Browse Source

【物业服务-项目名称换行bug修复】 -刘绍文 -2020/05/18

feature/v2.0
liushaowen 5 years ago
parent
commit
9b6957ef37
  1. 2
      epdc-resident-mp-yushan/pages/property/property.wxml
  2. 2
      epdc-resident-mp-yushan/pages/property/property.wxss

2
epdc-resident-mp-yushan/pages/property/property.wxml

@ -18,7 +18,7 @@
<view class="info-item"> <view class="info-item">
<image src="../../images/property/name.png" class="info-img"></image> <image src="../../images/property/name.png" class="info-img"></image>
<view class="info-detail">物业项目名称:</view> <view class="info-detail">物业项目名称:</view>
<view class="info-detail" style="width:59%">{{projectInfo.projectName}}</view> <view class="info-detail" style="width:57%">{{projectInfo.projectName}}</view>
</view> </view>
<view class="info-item"> <view class="info-item">
<image src="../../images/property/property.png" class="info-img"></image> <image src="../../images/property/property.png" class="info-img"></image>

2
epdc-resident-mp-yushan/pages/property/property.wxss

@ -112,7 +112,7 @@ page {
height: 100%; height: 100%;
display: inline-block; display: inline-block;
line-height: 99rpx; line-height: 99rpx;
padding-left: 20rpx; padding-left: 10rpx;
word-break: break-all; word-break: break-all;
} }
.info-group{ .info-group{

Loading…
Cancel
Save