Browse Source

菜单右边border颜色

luolei 5 years ago
parent
commit
3d5eabb006
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/css/index.less

+ 1 - 1
src/css/index.less

@@ -99,7 +99,7 @@
     width: @menuWt;
     height: 100%;
     background: @themeColor;
-    border-right: 1px @fstColor solid;
+    border-right: 1px @darkLightBorderColor solid;
     box-sizing: border-box;
     overflow-y: auto;
     padding-top: 15px;