Browse Source

修改底部有白色空白

master
liaoxinyu 2 years ago
parent
commit
2eca532b6a
  1. 2
      pages/category/consulting/detail.vue

2
pages/category/consulting/detail.vue

@ -26,7 +26,7 @@
</view>
</scroll-view> -->
<!-- 右侧 二级分类 -->
<scroll-view class="cate-right" :scroll-top="scrollTop" :scroll-y="true" :style="{ height: `${scrollHeight}px` }">
<scroll-view class="cate-right" :scroll-top="scrollTop" :scroll-y="true" :style="{ height: `${scrollHeight}px` }" style="margin-top: 70rpx;">
<view v-if="list" class="cate-right-cont">
<view class="cate-two-box">
<view class="cate-cont-box">

Loading…
Cancel
Save