From 52a809649cbfbc9fb8797244be8f17c0d572b334 Mon Sep 17 00:00:00 2001 From: jacy <18049821889@163.com> Date: Wed, 15 Jul 2026 20:31:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=AB=AFmini-user=20?= =?UTF-8?q?=E5=A4=9A=E4=BA=86=E4=B8=80=E5=B1=82tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/mini-user/src/app.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/apps/mini-user/src/app.css b/apps/mini-user/src/app.css index 43fbbe9..e79fa89 100644 --- a/apps/mini-user/src/app.css +++ b/apps/mini-user/src/app.css @@ -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; +}