提交 e505bab7e60bfa6e0b2092c9038f81b4af8c486e

作者 wangyu
1 个父辈 b508f544

优化

... ... @@ -51,7 +51,7 @@
51 51 <view wx:for="{{additionInfo}}">
52 52 <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
53 53 <view style='height:110rpx'>
54   - <text class='text_gray_36 float_left' style='line-height:110rpx'>{{item.children_name}}</text>
  54 + <text class='text_gray_36 float_left' style='line-height:110rpx;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;max-width:500rpx'>{{item.children_name}}</text>
55 55 <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
56 56 <view wx:elif="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
57 57 <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
... ... @@ -61,7 +61,7 @@
61 61 <view class='divide_line_f5f5f5' style="margin-bottom:6rpx"></view>
62 62 <view>
63 63 <text class='text_999_28 float_left' style='line-height:70rpx;'>子女姓名:</text>
64   - <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx;word-wrap: break-word;'>{{item.children_name}}</text>
  64 + <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx;word-break:break-all;'>{{item.children_name}}</text>
65 65 </view>
66 66 <view style='height:70rpx'>
67 67 <text class='text_999_28 ' style='line-height:70rpx'>分配比例:</text>
... ...
注册登录 后发表评论