|
@@ -51,3 +51,36 @@
|
|
|
.el-collapse-item__wrap {
|
|
|
padding-top: 10px;
|
|
|
}
|
|
|
+.el-dialog__header {
|
|
|
+ background-color: #141414 !important;
|
|
|
+ color: white !important;
|
|
|
+}
|
|
|
+.el-dialog__title {
|
|
|
+ color: white !important;
|
|
|
+}
|
|
|
+.el-dialog__body {
|
|
|
+ background-color: #141414 !important;
|
|
|
+ padding: 0 !important;
|
|
|
+}
|
|
|
+.avue-form {
|
|
|
+ background-color: #141414 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-form-item {
|
|
|
+ background-color: #141414 !important;
|
|
|
+}
|
|
|
+.el-form-item__label {
|
|
|
+ background-color: #141414 !important;
|
|
|
+}
|
|
|
+.el-form-item__content {
|
|
|
+ background-color: #141414 !important;
|
|
|
+}
|
|
|
+.el-input__wrapper {
|
|
|
+ background-color: #141414 !important;
|
|
|
+}
|
|
|
+.el-input__inner {
|
|
|
+ background-color: #141414 !important;
|
|
|
+}
|
|
|
+.avue-dialog__footer {
|
|
|
+ background-color: #141414 !important;
|
|
|
+}
|