Merge pull request '罗世杰:fixed:列表展示标题字段超出隐藏' (#90) from lj into master
Reviewed-on: http://git.feashow.cn/odjbin/city-store-transfer/pulls/90
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</view>
|
||||
<view class="list-container" @click="enterDetail()">
|
||||
<view class="text-area">
|
||||
<text>{{shopInfo.tt}}</text>
|
||||
<u-text style="font-weight: 500;" :text="shopInfo.tt" :lines="2" ></u-text>
|
||||
|
||||
<view class="style2" v-if="showStyle === 1">
|
||||
<view class="rent-and-cost">
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<u-image :src="leftImage" width="80px" height="80px" radius="8px"></u-image>
|
||||
</view>
|
||||
<view class="text-area">
|
||||
<text style="font-weight: 500;">{{shopInfo.tt}}</text>
|
||||
<u-text style="font-weight: 500;" :text="shopInfo.tt" :lines="2" ></u-text>
|
||||
<view v-if="showStyle == 0" class="pos-and-sqr">
|
||||
<view>
|
||||
<view>
|
||||
@@ -205,7 +205,7 @@
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
|
||||
>text {
|
||||
>text, >u-text {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user