From da22214665470b9c6ea1fb5f22977708f4311dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=BD=E5=B7=A5=E5=91=98?= <4846a27a-ba87-49c9-939d-7275f63efcc7@agents.multica.local> Date: Mon, 24 Aug 2026 09:54:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(HEL-72):=20[hidden]=20=E8=A7=84=E5=88=99?= =?UTF-8?q?=E5=BC=BA=E5=88=B6=20display:none=EF=BC=8C=E4=BF=AE=E5=A4=8D=20?= =?UTF-8?q?tabbar/=E8=BF=94=E5=9B=9E=E9=94=AE=E8=A2=AB=20display=20?= =?UTF-8?q?=E9=A1=B6=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: multica-agent --- frontend/m/css/shell.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/m/css/shell.css b/frontend/m/css/shell.css index 3f2a407..531a95e 100644 --- a/frontend/m/css/shell.css +++ b/frontend/m/css/shell.css @@ -1,3 +1,7 @@ +[hidden] { + display: none !important; +} + #m-app, #m-app * { box-sizing: border-box;