Эх сурвалжийг харах

级联选择器公共样式调整

lkk 1 жил өмнө
parent
commit
274a256bde

+ 0 - 49
src/views/complianceAnalysis/ghzc.scss

@@ -313,55 +313,6 @@
     background-color: transparent !important;
 }
 
-
-
-
-.el-cascader-node {
-    color: #fff !important;
-}
-
-.el-cascader-node:hover {
-    color: #fff !important;
-    background-color: rgba(255, 255, 255, 0.35) !important;
-}
-
-.el-cascader-node:not(.is-disabled):focus {
-    background-color: rgba(4, 28, 50, 0.5) !important;
-}
-
-.el-checkbox__input>.el-checkbox__inner {
-    border: 1px solid #96a9b7;
-    background-color: rgba(4, 28, 50, 0.6);
-}
-
-.el-select-dropdown__item {
-    color: #fff !important;
-    font-weight: 300;
-}
-
-.el-select-dropdown__item.hover,
-.el-select-dropdown__item:hover {
-    color: #fff !important;
-    background-color: rgba(255, 255, 255, 0.35) !important;
-}
-
-.el-select-dropdown {
-    color: #fff !important;
-    background-color: rgba(4, 28, 50, 0.5) !important;
-    border: 1px solid rgba(15, 122, 200, 0.4) !important;
-}
-
-.el-cascader__dropdown,
-.el-picker-panel,
-.el-picker-panel__footer {
-    color: #fff !important;
-    background-color: rgba(4, 28, 50, 0.5) !important;
-    border: 1px solid rgba(15, 122, 200, 0.4) !important;
-}
-
-.el-cascader--mini {
-    right: 0px !important;
-}
 }
 
 .flex-box {

+ 52 - 1
static/css/index.css

@@ -250,4 +250,55 @@ div::-webkit-scrollbar-track {
   display: none !important;
 }
 
-/* -----------中图弹窗------------ */
+/* -----------中图弹窗------------ */
+
+
+.el-cascader-node {
+  color: #fff !important;
+}
+
+.el-cascader-node:hover {
+  color: #fff !important;
+  background-color: rgba(255, 255, 255, 0.35) !important;
+}
+
+.el-cascader-node:not(.is-disabled):focus {
+  background-color: rgba(4, 28, 50, 0.5) !important;
+}
+
+.el-checkbox__input>.el-checkbox__inner {
+  border: 1px solid #96a9b7;
+  background-color: rgba(4, 28, 50, 0.6);
+}
+
+.el-select-dropdown__item {
+  color: #fff !important;
+  font-weight: 300;
+}
+
+.el-select-dropdown__item.hover,
+.el-select-dropdown__item:hover {
+  color: #fff !important;
+  background-color: rgba(255, 255, 255, 0.35) !important;
+}
+
+.el-select-dropdown {
+  color: #fff !important;
+  background-color: rgba(4, 28, 50, 0.5) !important;
+  border: 1px solid rgba(15, 122, 200, 0.4) !important;
+}
+
+.el-cascader__dropdown,
+.el-picker-panel,
+.el-picker-panel__footer {
+  color: #fff !important;
+  background-color: rgba(4, 28, 50, 0.5) !important;
+  border: 1px solid rgba(15, 122, 200, 0.4) !important;
+}
+
+.el-cascader--mini {
+  right: 0px !important;
+}
+.el-radio__inner{
+  background-color: transparent !important;
+}