cfort 2 лет назад
Родитель
Сommit
57482675a2
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/system/dashboard/components/new-home.vue

+ 2 - 2
src/views/system/dashboard/components/new-home.vue

@@ -917,7 +917,7 @@
         overflow: scroll;
     }
     .app-container .el-table th {
-        background-color: #a7d6f8 !important;
+        background-color: #84d5cf !important;
         font-size: 14px;
         font-weight: bold;
         color: #000000;
@@ -927,7 +927,7 @@
         padding: 4px;
     }
     .app-container .el-table .warning-row {
-        background: #d3ebfc;
+        background: #e0f0ee;
         color: #000000;
     }
     .app-container .el-table .success-row {