|
|
@@ -7,7 +7,7 @@
|
|
|
<view class="name">{{item.name}}</view>
|
|
|
</view>
|
|
|
<view class="footer-box">
|
|
|
- <view> {{item.updateTime.substr(5,11)}} </view>
|
|
|
+ <view style="padding-left:3upx;"> {{item.debtAmount && Number(item.debtAmount)>0 ? '-¥'+parseFloat(item.debtAmount) : '--'}} </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -94,7 +94,7 @@ export default {
|
|
|
overflow-y: scroll;
|
|
|
& .userList-item_box {
|
|
|
margin: 0 5upx 5upx 0;
|
|
|
- width: 96upx;
|
|
|
+ width: 95upx;
|
|
|
height: 60upx;
|
|
|
border: 1px solid #3385FF;
|
|
|
padding: 3upx;
|
|
|
@@ -111,9 +111,8 @@ export default {
|
|
|
color:#3385FF;
|
|
|
padding-left: 2upx;
|
|
|
overflow:hidden;
|
|
|
- text-overflow:ellipsis;
|
|
|
white-space:nowrap;
|
|
|
- width:75upx;
|
|
|
+ width:82upx;
|
|
|
}
|
|
|
& > .img {
|
|
|
width: 16upx;
|