Browse Source

修改底部tab遮挡页面问题

jw-featrue-zhanlibiao
战立标 2 years ago
parent
commit
64c003bbb5
  1. 1
      components/custom-tab-bar/index.wxml
  2. 4
      components/custom-tab-bar/index.wxss

1
components/custom-tab-bar/index.wxml

@ -1,3 +1,4 @@
<view class="tab-bar-block"></view>
<view class="tab-bar">
<view wx:for="{{list}}" wx:key="index" class="tab-bar-item" data-path="{{item.pagePath}}" data-index="{{index}}" bindtap="switchTab">

4
components/custom-tab-bar/index.wxss

@ -35,4 +35,6 @@
font-size: 22rpx;
color:#999999
}
.tab-bar-block {
height: 150rpx;
}
Loading…
Cancel
Save