提交 c9845cab2002d9f1544d8768c09f3db0115c9bcf

作者 pangy
1 个父辈 2a0d5082

优化

... ... @@ -197,7 +197,7 @@
197 197 <text class='text_right_333'>{{datas.house_address_new}}</text>
198 198 </view>
199 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 201 </view>
202 202 <view style='height:90rpx;width:100%;clear:both;'>
203 203 <text class='text_left'>租赁合同编号</text>
... ... @@ -230,7 +230,7 @@
230 230 <text class='text_right_333'>{{datas.house_address_new}}</text>
231 231 </view>
232 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 234 </view>
235 235 <view style='height:90rpx;width:100%;clear:both;'>
236 236 <text class='text_left'>证书类型</text>
... ...
... ... @@ -149,7 +149,7 @@
149 149 </view>
150 150 <view style='display:flex;flex-direction:row'>
151 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 153 </view>
154 154 <view style='display:flex;flex-direction:row'>
155 155 <text class='text_999_28 ' style='line-height:70rpx'>证书编号:</text>
... ...
注册登录 后发表评论