From d14b0358ee8b5607f1f5ec3c57e21f7a591553dd Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Mon, 25 Apr 2022 18:49:46 +0800 Subject: [PATCH] style: update --- src/style/sidebar.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/style/sidebar.scss b/src/style/sidebar.scss index 6d5b77298..a352bad7c 100644 --- a/src/style/sidebar.scss +++ b/src/style/sidebar.scss @@ -498,8 +498,8 @@ > .el-sub-menu__title::before { position: absolute; top: 0; - left: 0; - width: 3px; + left: 2px; + width: 2px; height: 100%; background-color: $menuActiveBefore; content: ""; @@ -512,7 +512,7 @@ .el-menu--collapse .is-active.submenu-title-noDropdown.outer-most::before { position: absolute; top: 0; - width: 3px; + width: 2px; height: 100%; background-color: $menuActiveBefore; content: "";