wangqifan 3 ani în urmă
părinte
comite
bc0def5ede
2 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 2 2
      src/main/vue/src/styles/app.less
  2. 1 1
      src/main/vue/src/views/Admin.vue

+ 2 - 2
src/main/vue/src/styles/app.less

@@ -171,7 +171,7 @@ li {
     color: #4dcc6f !important;
     color: #4dcc6f !important;
 }
 }
 .el-range-separator {
 .el-range-separator {
-    color: #ffffff !important;
+    //color: #000000 !important;
     // line-height: 29px !important;
     // line-height: 29px !important;
 }
 }
 .el-tree-node__content:hover {
 .el-tree-node__content:hover {
@@ -1085,7 +1085,7 @@ li {
         background: transparent !important;
         background: transparent !important;
     }
     }
     .el-message-box__content {
     .el-message-box__content {
-        color: #00FFFF !important;
+        color: #000  !important;
     }
     }
     .filter-btn {
     .filter-btn {
         background: transparent !important;
         background: transparent !important;

+ 1 - 1
src/main/vue/src/views/Admin.vue

@@ -573,7 +573,7 @@ export default {
 .header {
 .header {
     color: #fff;
     color: #fff;
     // background: #242744;
     // background: #242744;
-    background: #242744;
+    background: #00BEB4;
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
     padding-left: 0;
     padding-left: 0;