提交 e5d69cffa17ccc5eb99f91a817c0442049376be5

作者 wangyu
1 个父辈 b6d33ab3

优化

... ... @@ -58,12 +58,12 @@
58 58
59 59 </view>
60 60 <view style='padding-right: 30rpx'>
61   - <view class='divide_line_f5f5f5'></view>
  61 + <view class='divide_line_f5f5f5' style="margin-bottom:6rpx"></view>
62 62 <view style='height:70rpx'>
63 63 <text class='text_999_28 ' style='line-height:70rpx'>子女姓名:</text>
64 64 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.children_name}}</text>
65 65 </view>
66   - <view style='height:70rpx'>
  66 + <view style='height:70rpx'>
67 67 <text class='text_999_28 ' style='line-height:70rpx'>分配比例:</text>
68 68 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.percent}}%</text>
69 69 </view>
... ... @@ -75,7 +75,7 @@
75 75 <text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text>
76 76 <text class='text_orange_28 ' style='line-height:70rpx;margin-left:20rpx'>¥{{item.deduction_amount}}/{{reducetype[item.deduction_type]}}</text>
77 77 </view>
78   - <view class='divide_line_f5f5f5'></view>
  78 + <view class='divide_line_f5f5f5' style="margin-top:6rpx"></view>
79 79 <text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text>
80 80 <view class='float_right' wx:if="{{item.status=='failed'||item.status=='to_declare'}}">
81 81 <text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id="{{index}}" bindtap='godelete'>删除</text>
... ... @@ -278,7 +278,7 @@
278 278 <text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>可扣除金额</text>
279 279 <text class='text_orange_28 float_right' style='line-height:100rpx'>¥{{remaining_amount}}</text>
280 280 </view>
281   - <view class='divide_line_f5f5f5'></view>
  281 + <view class='divide_line_f5f5f5' ></view>
282 282 <view wx:for="{{additionInfo}}">
283 283 <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
284 284 <view style='height:110rpx'>
... ... @@ -339,8 +339,8 @@
339 339 <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
340 340 <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
341 341 </view>
342   - <view style='padding-right: 30rpx'>
343   - <view class='divide_line_f5f5f5'></view>
  342 + <view style='padding-right: 30rpx' >
  343 + <view class='divide_line_f5f5f5' style="margin-bottom:6rpx"></view>
344 344 <view style='display:flex;flex-direction:row'>
345 345 <view wx:if="{{house_type=='house_fund_rent'}}">
346 346 <view class='text_999_28 float_left' style='line-height:70rpx;width:248rpx;text-align:left;white-space:nowrap;'>租赁房屋坐落地址:</view>
... ... @@ -365,7 +365,7 @@
365 365 <text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text>
366 366 <text class='text_orange_28 ' style='line-height:70rpx;margin-left:20rpx'>¥{{item.deduction_amount}}/{{reducetype[item.deduction_type]}}</text>
367 367 </view>
368   - <view class='divide_line_f5f5f5'></view>
  368 + <view class='divide_line_f5f5f5' style="margin-top:6rpx"></view>
369 369 <text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text>
370 370 <view class='float_right' wx:if="{{item.status=='failed'||item.status=='to_declare'}}">
371 371 <text class='text_999_28' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
... ...
注册登录 后发表评论