罗世杰:fixed:列表展示标题字段超出隐藏
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="list-container">
|
<view class="list-container">
|
||||||
<view class="text-area">
|
<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="style2" v-if="showStyle === 1">
|
||||||
<view class="rent-and-cost">
|
<view class="rent-and-cost">
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<u-image :src="leftImage" width="80px" height="80px" radius="8px"></u-image>
|
<u-image :src="leftImage" width="80px" height="80px" radius="8px"></u-image>
|
||||||
</view>
|
</view>
|
||||||
<view class="text-area">
|
<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 v-if="showStyle == 0" class="pos-and-sqr">
|
||||||
<view>
|
<view>
|
||||||
<view>
|
<view>
|
||||||
@@ -204,7 +204,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
>text {
|
>text, >u-text {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user