Browse Source

常规消缺

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 1 week ago
parent
commit
b103b68484
3 changed files with 20 additions and 9 deletions
  1. 1 2
      src/components/generatingCapacityComponent/tree.vue
  2. 11 5
      src/themeBlue.less
  3. 8 2
      src/themeDark.less

+ 1 - 2
src/components/generatingCapacityComponent/tree.vue

@@ -7,7 +7,7 @@
         placeholder="输入关键字过滤"
         :suffix-icon="Search"
       />
-      <div class="treeShuax" @click="refreshFn">
+      <div class="treeShuax" :style="`background: #${$store.state.moreSty === 'greenSty' ? '05bb4c' : '1e3f9a'};`" @click="refreshFn">
         <img :src="tree_shuaxing" />
       </div>
     </div>
@@ -454,7 +454,6 @@ export default {
       margin-left: 5px;
       height: 30px;
       width: 30px;
-      background: #5473e8;
       border-radius: 2px;
       text-align: center;
 

+ 11 - 5
src/themeBlue.less

@@ -92,8 +92,14 @@
             .warn-table,
             .df-table {
 
-                .tableData_tit p {
-                    color: #fff !important;
+                .tableData_tit {
+                    p {
+                        color: #fff !important;
+                    }
+
+                    path {
+                        fill: #1e3f9a;
+                    }
                 }
 
                 .el-table,
@@ -427,12 +433,12 @@
             }
 
             .el-tabs__item.is-active {
-                color: #67b9ff  !important;
+                color: #67b9ff !important;
 
                 &::after {
                     border-bottom: 1px solid #67b9ff;
-                    border-left: 1px solid #67b9ff;
-                    border-right: 1px solid #67b9ff;
+                    border-left  : 1px solid #67b9ff;
+                    border-right : 1px solid #67b9ff;
                 }
             }
         }

+ 8 - 2
src/themeDark.less

@@ -50,8 +50,14 @@
             background: @mc1  !important;
         }
 
-        .tableData_tit p {
-            color: #fff !important;
+        .tableData_tit {
+            p {
+                color: #fff !important;
+            }
+
+            path {
+                fill: #05bb4c;
+            }
         }
 
         .treeMain {