[碎片列表增加个状态显示]

This commit is contained in:
2021-09-29 18:08:54 +08:00
parent 5da49893f9
commit 597941612c
2 changed files with 33 additions and 11 deletions

View File

@@ -45,7 +45,7 @@
<image src="/static/imgs/record-icon.png" mode="widthFix" class="record-icon" />
<view class="">
<view class="record-list-item-top">
<view class="title ellipsis-2">{{item.remark}}</view>
<view class="title ellipsis-1">{{item.remark}} <span class='tags'>{{item.frozen.text}}</span></view>
<view class="money" >{{item.amount}}</view>
</view>
<view class="record-list-item-date">{{item.created_at}}</view>
@@ -222,7 +222,11 @@
justify-content: space-between;
box-sizing: border-box;
width: 600rpx;
.tags{
padding-left: 20rpx;
color: #ff5500;
font-size: 24rpx;
}
.title {
font-size: 28rpx;
width: 600rpx;