Browse Source

菜单样式优化

zhouna 5 years ago
parent
commit
5eca9984be
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/css/qcScore.less

+ 2 - 2
src/css/qcScore.less

@@ -138,7 +138,7 @@
       display: none;
       li.page{
         text-indent: 55px;
-        color: @fstColor;
+        color: @greyColor;
         &.active{
           color: @activeColor;
         }
@@ -217,7 +217,7 @@
       li{
         height: 40px;
         line-height: 40px;
-        color: #A5ADBF;
+        color: @greyColor;
         text-indent: 30px;
         border-radius: 4px;
         &:hover,&.active{