Commit 85faa8d6cf6a2f42743ba100069074f5bc3a3ca9
1 parent
598a85f7
顶部组件优化
Showing
1 changed file
with
1 additions
and
1 deletions
components/diy_top_nav/diy_top_nav.wxml
... | ... | @@ -27,7 +27,7 @@ |
27 | 27 | <!-- 广告轮播时 --> |
28 | 28 | <view wx:if="{{nav_type==1}}" style="padding-bottom:{{nav_pb}}px;color: {{nav_frontColor}};"> |
29 | 29 | <view style="height: {{nav_h}}px;width: 100%;"></view> |
30 | - <view style="width: 100%;height:{{mentButt_h}}px;line-height:{{mentButt_h}}px;text-align: left;padding-left: 20rpx;">{{nav_title}}</view> | |
30 | + <view style="width: 100%;height:{{mentButt_h}}px;line-height:{{mentButt_h}}px;text-align: center;">{{nav_title}}</view> | |
31 | 31 | </view> |
32 | 32 | |
33 | 33 | <!-- 详情页面 --> | ... | ... |