From 4a31511bcc0d8d558b8c14b093b1b091c0b0fa7c Mon Sep 17 00:00:00 2001 From: liyongle Date: Wed, 26 Apr 2023 10:08:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E5=B1=82=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Menu/Menu.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Menu/Menu.vue b/src/components/Menu/Menu.vue index 0de6f81..442b40b 100644 --- a/src/components/Menu/Menu.vue +++ b/src/components/Menu/Menu.vue @@ -98,6 +98,7 @@ watch(route, to => { position: fixed; bottom: 0; left: 291px; + z-index: 900; width: 1330px; height: 88px; padding: 12px 112px 6px 101px;