From 17a30bee3b240cea8977c8ec35a714b136854043 Mon Sep 17 00:00:00 2001 From: czc Date: Fri, 14 Jul 2023 10:49:27 +0800 Subject: [PATCH] =?UTF-8?q?fix=E8=AE=A2=E5=8D=95=E9=A1=B5=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E5=8F=B3=E4=BE=A7=E5=9B=BA=E5=AE=9A=E5=88=97=E9=81=AE?= =?UTF-8?q?=E6=8C=A1=E5=BA=95=E9=83=A8=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/layout/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 63c5adf..443426f 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -122,6 +122,6 @@ export default { box-shadow: -1px 0 12px 0 var(--gray-5); transition: all .28s; background-color: white; - z-index: 1; + z-index: 100; }