From 91350be394ae232c9aa1d24105bc3b64194c02fe Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Wed, 18 Oct 2023 16:49:14 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=A7=A3=E5=86=B3=E9=A1=B6=E9=83=A8?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8B=20navigation-bar=20=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E8=89=B2=E9=81=AE=E6=8C=A1=E4=BA=86=E4=B8=8B=E6=96=B9?= =?UTF-8?q?=E9=98=B4=E5=BD=B1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/TopMode.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/TopMode.vue b/src/layouts/TopMode.vue index 52f39a1..447e576 100644 --- a/src/layouts/TopMode.vue +++ b/src/layouts/TopMode.vue @@ -47,6 +47,7 @@ $transition-time: 0.35s; display: flex; .navigation-bar { flex: 1; + background: transparent; } } }