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; }