提交 c9845cab2002d9f1544d8768c09f3db0115c9bcf

作者 pangy
1 个父辈 2a0d5082

优化

@@ -197,7 +197,7 @@ @@ -197,7 +197,7 @@
197 <text class='text_right_333'>{{datas.house_address_new}}</text> 197 <text class='text_right_333'>{{datas.house_address_new}}</text>
198 </view> 198 </view>
199 <view wx:if="{{datas.house_detail_address.length>0}}" style='height:90rpx;clear:both;'> 199 <view wx:if="{{datas.house_detail_address.length>0}}" style='height:90rpx;clear:both;'>
200 - <text class='text_right_333'>{{datas.house_detail_address}}</text> 200 + <text class='text_right_333' style='line-height:40rpx;'>{{datas.house_detail_address}}</text>
201 </view> 201 </view>
202 <view style='height:90rpx;width:100%;clear:both;'> 202 <view style='height:90rpx;width:100%;clear:both;'>
203 <text class='text_left'>租赁合同编号</text> 203 <text class='text_left'>租赁合同编号</text>
@@ -230,7 +230,7 @@ @@ -230,7 +230,7 @@
230 <text class='text_right_333'>{{datas.house_address_new}}</text> 230 <text class='text_right_333'>{{datas.house_address_new}}</text>
231 </view> 231 </view>
232 <view wx:if="{{datas.house_detail_address.length>0}}" style='height:90rpx;clear:both;'> 232 <view wx:if="{{datas.house_detail_address.length>0}}" style='height:90rpx;clear:both;'>
233 - <text class='text_right_333'>{{datas.house_detail_address}}</text> 233 + <text class='text_right_333' style='line-height:40rpx;'>{{datas.house_detail_address}}</text>
234 </view> 234 </view>
235 <view style='height:90rpx;width:100%;clear:both;'> 235 <view style='height:90rpx;width:100%;clear:both;'>
236 <text class='text_left'>证书类型</text> 236 <text class='text_left'>证书类型</text>
@@ -149,7 +149,7 @@ @@ -149,7 +149,7 @@
149 </view> 149 </view>
150 <view style='display:flex;flex-direction:row'> 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 - <view class='float_right' style='font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:70rpx;max-width:500rpx'>{{item.certification_name}}</view> 152 + <view class='float_right' style='padding-top:14rpx; font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:40rpx;max-width:500rpx'>{{item.certification_name}}</view>
153 </view> 153 </view>
154 <view style='display:flex;flex-direction:row'> 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>
注册登录 后发表评论