|
@@ -275,50 +275,50 @@
|
|
|
}
|
|
|
|
|
|
.el-input__inner {
|
|
|
- background-color: #232B4C;
|
|
|
+ background-color: #27668e;
|
|
|
}
|
|
|
|
|
|
.el-loading-mask {
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
.el-form-item__label {
|
|
|
- color: rgb(191, 203, 217);
|
|
|
+ color: #deedff;
|
|
|
}
|
|
|
.el-dialog__title {
|
|
|
- color: #bfcbd9;
|
|
|
+ color: #deedff;
|
|
|
}
|
|
|
|
|
|
.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,.el-menu--horizontal>.el-submenu .el-submenu__title:hover{background-color: transparent;}
|
|
|
|
|
|
|
|
|
.el-tooltip__popper.is-dark {
|
|
|
- background: #303133;
|
|
|
- color: #ffffff;
|
|
|
+ background: #27668e;
|
|
|
+ color: #deedff;
|
|
|
}
|
|
|
|
|
|
.el-range-editor--small .el-range-input {
|
|
|
- background-color: #232B4C;
|
|
|
- color: #bfcbd9;
|
|
|
+ background-color: #27668e;
|
|
|
+ color: #deedff;
|
|
|
}
|
|
|
|
|
|
.el-tabs__item {
|
|
|
- color: #888a8e;
|
|
|
+ color: #deedff;
|
|
|
}
|
|
|
|
|
|
.el-message-box__title {
|
|
|
- color: #bfcbd9;
|
|
|
+ color: #deedff;
|
|
|
}
|
|
|
|
|
|
.el-dialog__body{
|
|
|
- color: #bfcbd9
|
|
|
+ color: #deedff
|
|
|
}
|
|
|
|
|
|
.el-table__expand-icon {
|
|
|
- color: #bfcbd9;
|
|
|
+ color: #deedff;
|
|
|
}
|
|
|
|
|
|
.el-card {
|
|
|
- color: #bfcbd9;
|
|
|
+ color: #deedff;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
|
|
@@ -331,29 +331,60 @@
|
|
|
}
|
|
|
|
|
|
.el-link.el-link--default {
|
|
|
- color: #bfcbd9;
|
|
|
+ color: #deedff;
|
|
|
}
|
|
|
|
|
|
.el-upload__tip {
|
|
|
- color: #bfcbd9;
|
|
|
+ color: #deedff;
|
|
|
}
|
|
|
|
|
|
.el-input__inner {
|
|
|
- color: #bfcbd9;
|
|
|
+ color: #deedff;
|
|
|
}
|
|
|
.el-button--default {
|
|
|
- color: #bfcbd9;
|
|
|
+ color: #deedff;
|
|
|
}
|
|
|
.el-select-dropdown__item {
|
|
|
- color: #bfcbd9;
|
|
|
+ color: #deedff;
|
|
|
}
|
|
|
.el-tabs__item {
|
|
|
- color: #bfcbd9;
|
|
|
+ color: #deedff;
|
|
|
}
|
|
|
.selected {
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
|
|
|
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
|
|
|
- background-color: white;
|
|
|
+ background-color: #265440;
|
|
|
+}
|
|
|
+.el-menu--horizontal > .el-menu-item {
|
|
|
+ color: #deedff;
|
|
|
+}
|
|
|
+
|
|
|
+.el-dropdown-menu__item {
|
|
|
+ color: #deedff;
|
|
|
+}
|
|
|
+
|
|
|
+.el-radio {
|
|
|
+ color: #deedff;
|
|
|
+}
|
|
|
+
|
|
|
+.el-message-box__content {
|
|
|
+ color: #deedff;
|
|
|
+}
|
|
|
+
|
|
|
+.el-checkbox {
|
|
|
+ color: #deedff;
|
|
|
+}
|
|
|
+
|
|
|
+.el-tag.el-tag--info {
|
|
|
+ color: #deedff;
|
|
|
+}
|
|
|
+
|
|
|
+.vue-treeselect__label {
|
|
|
+ color: #303030;
|
|
|
+}
|
|
|
+
|
|
|
+.el-textarea__inner {
|
|
|
+ color: #deedff;
|
|
|
}
|