From e550642f0a23b77f18d3690ef1d6b4d5dacc6e03 Mon Sep 17 00:00:00 2001 From: JenniferW <1627055433@qq.com> Date: Fri, 19 Dec 2025 15:51:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=97=E9=BB=91=E6=A8=A1=E5=BC=8F=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 4afbdf8..a4781b2 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -138,7 +138,7 @@ function toggleTheme() { height: 50px; overflow: hidden; position: relative; - background: var(--navbar-bg); + background: #fff; box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08); .hamburger-container {