绿满眶商城微信小程序-uniapp
zxl
21 小时以前 e6e969ad460293d3e14ca5ed89fd3b1df82e37c3
pages/kitchen/KitchenCover.vue
@@ -7,7 +7,8 @@
         <!-- 底部留出导航栏高度的空间 -->
         <view class="safe-area-bottom"></view>
      </scroll-view>
      <custom-tabbar bgColor="#ffffff" selected="kitchen"></custom-tabbar>
      <custom-tabbar  bgColor="#ffffff" selectedTextColor="#25a885" selected="kitchen" ></custom-tabbar>
      <!-- <custom-tabbar  bgColor="#ffffff" selectedTextColor="#07c160" selected="kitchen" :fillBottom="true"></custom-tabbar> -->
   </view>
</template>
@@ -43,7 +44,7 @@
      height: 100vh;
      position: relative;
      overflow: hidden;
      background-color: #ffffff;
      background-color: #000000;
   }
   .scroll-view {
@@ -59,7 +60,7 @@
   .empty-text {
      text-align: center;
      padding-top: 300rpx;
      color: #999;
      color: #ffffff;
      font-size: 28rpx;
   }