提交 e5d69cffa17ccc5eb99f91a817c0442049376be5

作者 wangyu
1 个父辈 b6d33ab3

优化

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