From f4f13b51bbeb0ff7ece35b971fee96e9de4081cc Mon Sep 17 00:00:00 2001 From: chuan Date: Sat, 16 May 2026 19:15:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=B1=95=E5=BC=80?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=BB=E9=A1=B5=E4=BC=9A=E8=A2=AB=E6=90=9C?= =?UTF-8?q?=E7=B4=A2icon=E6=8C=89=E9=92=AE=E6=8C=A1=E4=BD=8F=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/components/navbar.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/components/navbar.ts b/styles/components/navbar.ts index 2bb3a38..e2571da 100644 --- a/styles/components/navbar.ts +++ b/styles/components/navbar.ts @@ -4,6 +4,8 @@ export const navbarRight = ` #navbar { padding: 8px 16px; /* 上下内边距 + .navbar-left & .navbar-right 的 min-height = 64px */ min-height: 64px; + position: relative; + z-index: 1000; .navbar-left, .navbar-right { min-height: 48px; @@ -128,6 +130,7 @@ export const navbarRight = ` } /* 用户菜单 */ .navbar-right .user-menu { + z-index: 1001; width: var(--custom-user-menu-width, 192px); max-width: 320px; > .header {