- 注释掉 CustomNav.vue 中的背景色样式 - 注释掉 TabBar.vue 中的背景色样式
@@ -64,7 +64,7 @@ const handleLeft = () => {
right: 0;
z-index: 1000;
height: calc(var(--status-bar-height) + 44px);
- background-color: #fff;
+ /* background-color: #fff; */
border-bottom: 1px solid #eee;
}
@@ -46,7 +46,7 @@ const onTabClick = (index: number) => {
left: 0;
height: 100rpx;
+ /**background-color: #fff;**/
display: flex;
justify-content: space-around;
align-items: center;