Commit cd1fb3727bacb23bbf125162747cbf7355420f3b
1 parent
1bee241d
1 会员中心排版错误的问题修复
Showing
1 changed file
with
2 additions
and
2 deletions
pages/user/index/index.wxml
| ... | ... | @@ -191,14 +191,14 @@ | 
| 191 | 191 | </block> | 
| 192 | 192 | |
| 193 | 193 | <!-- 工具与服务 --> | 
| 194 | - <view class="xc-tool-service"> | |
| 194 | + <view class="xc-tool-service" > | |
| 195 | 195 | <view class="xc-tool-service-title flex-vertical"> | 
| 196 | 196 | <image class="xc-tool-service-img" src="{{iurl}}/miniapp/images/gj.png"></image> | 
| 197 | 197 | <view class="three-level-word xc-tool-service-word">工具与服务</view> | 
| 198 | 198 | </view> | 
| 199 | 199 | <view class="xc-project-frame"> | 
| 200 | 200 | <!-- 跳转页面 --> | 
| 201 | - <view class="center_v"> | |
| 201 | + <view class="center_v" style="display: flex;flex-wrap: wrap;align-items: center;"> | |
| 202 | 202 | <view class="item t-c" data-url="/pages/team/team_ping/team_ping" bindtap="goto"> | 
| 203 | 203 | <image class="xc-center-img " src="{{iurl}}/miniapp/images/pindan.png"></image> | 
| 204 | 204 | <view class="fs26">我的拼单</view> | ... | ... |