正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
... | ... | @@ -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> | ... | ... |
请
注册
或
登录
后发表评论