fix: 换行统一修改,增加br换行。

This commit is contained in:
tianyongbao
2024-12-20 20:14:19 +08:00
parent 677e485b53
commit 7fda2a974d
14 changed files with 14 additions and 14 deletions

View File

@@ -108,7 +108,7 @@
:text="item.time+' 收益:'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
<view class="item-row">
<text class="row-label">收益明细</text>
<text class="row-label">收益明细</text><br>
<text class="row-value">{{ formatMultiLineData(item.detail)}}</text>
</view>
</view>