正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -51,7 +51,7 @@ | @@ -51,7 +51,7 @@ | ||
51 | <view wx:for="{{additionInfo}}"> | 51 | <view wx:for="{{additionInfo}}"> |
52 | <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'> | 52 | <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'> |
53 | <view style='height:110rpx'> | 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 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view> | 55 | <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view> |
56 | <view wx:elif="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view> | 56 | <view wx:elif="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view> |
57 | <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view> | 57 | <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view> |
@@ -61,7 +61,7 @@ | @@ -61,7 +61,7 @@ | ||
61 | <view class='divide_line_f5f5f5' style="margin-bottom:6rpx"></view> | 61 | <view class='divide_line_f5f5f5' style="margin-bottom:6rpx"></view> |
62 | <view> | 62 | <view> |
63 | <text class='text_999_28 float_left' style='line-height:70rpx;'>子女姓名:</text> | 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 | </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> |
请
注册
或
登录
后发表评论