Ver código fonte

style: update

xiaoxian521 3 anos atrás
pai
commit
d14b0358ee
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      src/style/sidebar.scss

+ 3 - 3
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: "";