fix: 统一修改,列表表头默认可两行展示。

This commit is contained in:
tianyongbao
2024-12-13 23:02:07 +08:00
parent f00986b457
commit c9b110a643
44 changed files with 44 additions and 44 deletions

View File

@@ -30,7 +30,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.name+'-'+item.code " size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">