luolei 5 anni fa
parent
commit
e9f6b28306
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      src/css/deptConsole.less

+ 4 - 4
src/css/deptConsole.less

@@ -233,20 +233,20 @@ body.console {
       margin-right: 10px;
     }
     .deptName {
-      color: @fstColor;
+      color: @secColor;
       p {
         width: 110px;
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
-        color: @fstColor;
+        color: @secColor;
       }
       .smp {
         width: 100px;
       }
     }
     .deptNum {
-      color: @fstColor;
+      color: @secColor;
       font-size: 16px;
       font-weight: bold;
       padding-right: 10px;
@@ -254,7 +254,7 @@ body.console {
       text-align: right;
     }
     .percent {
-      color: @fstColor;
+      color: @secColor;
       width: 40px;
     }
   }