From 567923fe9711c31f9c80dfcc7ae612c19e47fc8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=A1=E5=A4=8D=E4=B9=A0?= <2353956224@qq.com> Date: Fri, 27 Feb 2026 16:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89nav=E6=AF=9B=E7=8E=BB?= =?UTF-8?q?=E7=92=83=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index abf2741..440c6a9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,11 +54,7 @@ function handleNavigate(index) { align-items: center; padding: 0 @nav-px; z-index: 1000; - background: rgba(255, 255, 255, 0.72); - backdrop-filter: blur(16px) saturate(180%); - -webkit-backdrop-filter: blur(16px) saturate(180%); - border-bottom: 1px solid rgba(0, 0, 0, 0.06); - transition: background 0.3s ease; + background: transparent; } .nav-logo {