[贡献值记录加入个break属性]
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
<image src="/static/imgs/record-icon.png" mode="widthFix" class="record-icon" />
|
<image src="/static/imgs/record-icon.png" mode="widthFix" class="record-icon" />
|
||||||
<view class="">
|
<view class="">
|
||||||
<view class="record-list-item-top">
|
<view class="record-list-item-top">
|
||||||
<view class="title ellipsis-1">{{item.remark}} <span class='tags'>{{item.frozen.text}}</span></view>
|
<view class="title ellipsis-1">{{item.remark}}<span class='tags'>{{item.frozen.text}}</span></view>
|
||||||
<view class="money" >{{item.amount}}</view>
|
<view class="money" >{{item.amount}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="record-list-item-date">{{item.created_at}}</view>
|
<view class="record-list-item-date">{{item.created_at}}</view>
|
||||||
@@ -230,6 +230,7 @@
|
|||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
width: 600rpx;
|
width: 600rpx;
|
||||||
color: #444;
|
color: #444;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.money {
|
.money {
|
||||||
|
|||||||
@@ -229,6 +229,7 @@
|
|||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
width: 600rpx;
|
width: 600rpx;
|
||||||
color: #444;
|
color: #444;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.money {
|
.money {
|
||||||
|
|||||||
2
unpackage/dist/dev/app-plus/app-service.js
vendored
2
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
4
unpackage/dist/dev/app-plus/app-view.js
vendored
4
unpackage/dist/dev/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user