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