提交 5894590903911adb2ec504e275e9377874d295ea

作者 wangyu
1 个父辈 e06a6be6

优化继续教育相关数据太长的UI问题

@@ -143,21 +143,21 @@ @@ -143,21 +143,21 @@
143 <view wx:if="{{item.status=='success'}}" class='declare_style_new blue_bg'> {{declareStatus[item.status]}}</view> 143 <view wx:if="{{item.status=='success'}}" class='declare_style_new blue_bg'> {{declareStatus[item.status]}}</view>
144 <view wx:else class='declare_style_new orange_bg'> {{declareStatus[item.status]}}</view> 144 <view wx:else class='declare_style_new orange_bg'> {{declareStatus[item.status]}}</view>
145 </view> 145 </view>
146 - <view style='height:70rpx'> 146 + <view >
147 <text class='text_999_28 ' style='line-height:70rpx'>发证(批准)日期</text> 147 <text class='text_999_28 ' style='line-height:70rpx'>发证(批准)日期</text>
148 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.approval_date}}</text> 148 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.approval_date}}</text>
149 </view> 149 </view>
150 - <view style='height:70rpx'> 150 + <view style='display:flex;flex-direction:row'>
151 <text class='text_999_28 ' style='line-height:70rpx'>证书名称:</text> 151 <text class='text_999_28 ' style='line-height:70rpx'>证书名称:</text>
152 - <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.certification_name}}</text> 152 + <view class='float_right' style='font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:70rpx;max-width:500rpx'>{{item.certification_name}}</view>
153 </view> 153 </view>
154 - <view style='height:70rpx'> 154 + <view style='display:flex;flex-direction:row'>
155 <text class='text_999_28 ' style='line-height:70rpx'>证书编号:</text> 155 <text class='text_999_28 ' style='line-height:70rpx'>证书编号:</text>
156 - <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.certification_no}}</text> 156 + <view class='float_right' style='font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:70rpx;max-width:500rpx'>{{item.certification_no}}</view>
157 </view> 157 </view>
158 - <view style='height:70rpx'> 158 + <view style='display:flex;flex-direction:row'>
159 <text class='text_999_28 ' style='line-height:70rpx'>发证机关:</text> 159 <text class='text_999_28 ' style='line-height:70rpx'>发证机关:</text>
160 - <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.certification_authority}}</text> 160 + <view class='float_right' style='font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:70rpx;max-width:500rpx'>{{item.certification_authority}}</view>
161 </view> 161 </view>
162 </view> 162 </view>
163 </view> 163 </view>
注册登录 后发表评论