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

@@ -104,7 +104,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.time+' 收益:'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
<view class="item-row">