From d8ab55fe2ab40781802f93ff7111c06fd0753dea Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Tue, 27 Feb 2024 17:23:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=BC=A9=E6=94=BE?= =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=97=B6=20icon=20=E8=BD=BB?= =?UTF-8?q?=E5=BE=AE=E6=8A=96=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/components/Sidebar/index.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/layouts/components/Sidebar/index.vue b/src/layouts/components/Sidebar/index.vue index 329f9eb..41f310b 100644 --- a/src/layouts/components/Sidebar/index.vue +++ b/src/layouts/components/Sidebar/index.vue @@ -139,10 +139,6 @@ const hiddenScrollbarVerticalBar = computed(() => { &:hover { background-color: v-bind(sidebarMenuHoverBgColor); } - display: block; - * { - vertical-align: middle; - } } :deep(.el-sub-menu) {