用户端mini-user 多了一层tab

This commit is contained in:
2026-07-15 20:31:09 +08:00
parent 372c29bc3a
commit 52a809649c
+15
View File
@@ -51,3 +51,18 @@ body::-webkit-scrollbar,
scrollbar-width: none;
-ms-overflow-style: none;
}
/* H5:页面内已渲染 UserTabBar,隐藏 Taro 自带底栏,避免双层 Tab */
.taro-tabbar__tabbar,
.taro-tabbar__border {
display: none !important;
height: 0 !important;
visibility: hidden !important;
pointer-events: none !important;
}
.taro-tabbar__container,
.taro-tabbar__panel {
padding-bottom: 0 !important;
bottom: 0 !important;
}