From 9683a23fda871805f89ecde6099635789ea2e2b9 Mon Sep 17 00:00:00 2001 From: ali-pay Date: Thu, 31 Aug 2023 23:14:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=A0=8F=E6=94=B6=E8=B5=B7=E7=8A=B6=E6=80=81=E4=B8=8B=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E9=95=BF=E5=BA=A6=E4=B8=8D=E4=B8=80=E8=87=B4=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#2137)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/layout/components/Sidebar/index.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/layout/components/Sidebar/index.scss b/frontend/src/layout/components/Sidebar/index.scss index 7891c249f..090c73db7 100644 --- a/frontend/src/layout/components/Sidebar/index.scss +++ b/frontend/src/layout/components/Sidebar/index.scss @@ -22,7 +22,7 @@ } } &.is-active { - background-color: var(--el-menu-item-bg-color-active);; + background-color: var(--el-menu-item-bg-color-active); border: 2px solid $primary-color; &::before { @@ -81,3 +81,7 @@ padding: 4px 8px; } } + +.el-sub-menu__title { + padding-right: 0; +}