Commit a2778c0a4fc447cc1dd251ed1a6927239a1ff5dc
1 parent
8395bcd0
样式优化
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/tabBox/tabBox.less
src/components/tabBox/tabBox.vue
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | <van-tab v-for="(item,index) in tabbar" :key="index" :title="item.title"> |
| 6 | 6 | |
| 7 | 7 | </van-tab> |
| 8 | - <div class="tabBox_main" :style="{height: swiperExce.offsetHeight + 'px', minHeight: 'calc(100vh - ' + ($parent.$parent.top.value + 'px') + ' - 38.1vh)'}" ref="tabsSwiperBox"> | |
| 8 | + <div class="tabBox_main" :style="{height: swiperExce.offsetHeight + 'px', minHeight: 'calc(100vh - ' + ($parent.$parent.top.value + 'px') + ' - 520px)'}" ref="tabsSwiperBox"> | |
| 9 | 9 | <div class="tabbar" v-for="(item, index) in tabbaromponents.ads" :key="index"> |
| 10 | 10 | <!-- 关爱屋简介 --> |
| 11 | 11 | <div class="skeleton brief" ref="brief"> | ... | ... |