From 2aac753e3ac9648cc31e08e32763c9cb65819dac Mon Sep 17 00:00:00 2001 From: QDKF Date: Mon, 1 Sep 2025 22:38:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=89=93=E5=8C=85?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/AppLayout.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/layout/AppLayout.vue b/src/components/layout/AppLayout.vue index 9031876..4849fe2 100644 --- a/src/components/layout/AppLayout.vue +++ b/src/components/layout/AppLayout.vue @@ -39,7 +39,6 @@ import AppFooter from './AppFooter.vue' align-items: center; padding: 0; background: #fff; - /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */ position: fixed; top: 0; z-index: 1000;