浏览代码

菜单右边border颜色

luolei 5 年之前
父节点
当前提交
3d5eabb006
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;