panhui пре 4 година
родитељ
комит
3b25371ece
1 измењених фајлова са 48 додато и 1 уклоњено
  1. 48 1
      src/main/vue/src/styles/app.less

+ 48 - 1
src/main/vue/src/styles/app.less

@@ -668,7 +668,9 @@ li {
         display: none;
         display: none;
     }
     }
 }
 }
-
+.stepInfo .deposit-tip {
+    color: #000 !important;
+}
 .menu-tabs {
 .menu-tabs {
     .el-tabs__header {
     .el-tabs__header {
         // background-color: #fff;
         // background-color: #fff;
@@ -676,6 +678,23 @@ li {
         margin: 0;
         margin: 0;
     }
     }
 }
 }
+.contract-store-choose {
+    background-color: #242744 !important;
+    .title {
+        color: #fff !important;
+    }
+}
+
+.el-collapse-item__header {
+    background: #242744;
+    color: #fff;
+}
+.el-collapse-item__wrap {
+    background: #242744;
+}
+.el-collapse {
+    border-width: 0;
+}
 
 
 .custom-tree-node {
 .custom-tree-node {
     flex: 1;
     flex: 1;
@@ -1026,6 +1045,34 @@ li {
     .el-textarea .el-input__count {
     .el-textarea .el-input__count {
         background: #fff;
         background: #fff;
     }
     }
+
+    .menu-tabs {
+        .el-tabs__header {
+            // background-color: #fff;
+            background: #fff !important;
+            margin: 0;
+        }
+    }
+    .contract-store-choose {
+        background-color: #fff !important;
+        .title {
+            color: #000 !important;
+        }
+    }
+
+    .el-collapse-item__header {
+        background: #fff;
+        color: #000;
+    }
+    .el-collapse-item__wrap {
+        background: #fff;
+    }
+    .el-button--danger {
+        color: #f56c6c;
+    }
+    .el-button--success {
+        color: #67c23a;
+    }
 }
 }
 .lightBg ~ div {
 .lightBg ~ div {
     .el-textarea .el-input__count {
     .el-textarea .el-input__count {