|
|
@@ -8,7 +8,7 @@
|
|
|
<view class="name">{{item.name}}</view>
|
|
|
</view>
|
|
|
<view class="footer-box">
|
|
|
- <view style="padding-left:3upx;"> {{item.debtAmount && Number(item.debtAmount)>0 ? '-¥'+parseFloat(item.debtAmount) : '--'}} </view>
|
|
|
+ <view style="padding-left:3upx;"> {{item.debtAmount && Number(item.debtAmount)>0 ? '-¥'+parseFloat(item.debtAmount) : '-'}} </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -99,8 +99,8 @@ export default {
|
|
|
min-height: 130upx;
|
|
|
overflow-y: scroll;
|
|
|
.fast-kd{
|
|
|
- font-size:26upx;
|
|
|
- width:140upx;
|
|
|
+ font-size:24upx;
|
|
|
+ width:130upx;
|
|
|
padding:30upx 0 30upx 0;
|
|
|
position:absolute;
|
|
|
top:20upx;
|