提交 58e902a1 authored 作者: 王鹏飞's avatar 王鹏飞

fix: 店铺列表style优化

上级 e83327f0
......@@ -13,7 +13,7 @@
<div class="shop-list">
<div class="item" v-for="item in list" :key="item.shop_id" @click="entryShop(item)">
<h2 class="title">{{ item.shop_name }}</h2>
<p>主体信息:{{ item.business_entity }}</p>
<p :title="item.business_entity">主体信息:{{ item.business_entity }}</p>
<p>有效期至:{{ format(item.end_time) }}</p>
<span class="type">{{ typeName(item.shop_type) }}</span>
</div>
......@@ -126,6 +126,9 @@ export default {
box-sizing: border-box;
p {
padding-bottom: 5px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
}
.title {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论