fix: 统一修改列表表头默认可两行展示。
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||
<view class="list-item">
|
||||
<view class="item-header">
|
||||
<u--text lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
|
||||
Reference in New Issue
Block a user