|
@@ -91,6 +91,88 @@
|
|
.home-card-item {
|
|
.home-card-item {
|
|
border: 1px solid var(--next-border-color-light) !important;
|
|
border: 1px solid var(--next-border-color-light) !important;
|
|
}
|
|
}
|
|
|
|
+ .el-card {
|
|
|
|
+ background-color: var(--el-color-white) !important;
|
|
|
|
+ color: var(--el-text-color-primary) !important;
|
|
|
|
+ border: 1px solid var(--next-border-color-light) !important;
|
|
|
|
+ }
|
|
|
|
+ .el-button.is-text:not(.is-disabled):focus, .el-button.is-text:not(.is-disabled):hover {
|
|
|
|
+ background-color: var(--el-color-white) !important;
|
|
|
|
+ }
|
|
|
|
+ .el-scrollbar__view {
|
|
|
|
+ background-color: var(--el-color-white) !important;
|
|
|
|
+ }
|
|
|
|
+ .pagination-container {
|
|
|
|
+ background-color: var(--el-color-white) !important;
|
|
|
|
+ }
|
|
|
|
+ .el-tag {
|
|
|
|
+ background-color: var(--el-color-white) !important;
|
|
|
|
+ }
|
|
|
|
+ .el-collapse {
|
|
|
|
+ --el-collapse-header-bg-color: var(--el-color-white) !important;
|
|
|
|
+ }
|
|
|
|
+ // .el-switch__core {
|
|
|
|
+ // background-color: var(--el-text-color-primary) !important;
|
|
|
|
+ // }
|
|
|
|
+ .el-select-dropdown__item.selected {
|
|
|
|
+ background-color: var(--el-color-white) !important;
|
|
|
|
+ }
|
|
|
|
+ .el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
|
|
|
|
+ background-color: var(--el-text-color-primary) !important;
|
|
|
|
+ }
|
|
|
|
+ .el-dialog {
|
|
|
|
+ background-color: var(--el-color-white) !important;
|
|
|
|
+ }
|
|
|
|
+ .el-dialog__body {
|
|
|
|
+ border-top-color: var(--next-border-color-light) !important;
|
|
|
|
+ }
|
|
|
|
+ .el-textarea__inner {
|
|
|
|
+ background-color: var(--el-color-white) !important;
|
|
|
|
+ }
|
|
|
|
+ .el-textarea {
|
|
|
|
+ --el-input-border-color: var(--next-border-color-light) !important;
|
|
|
|
+ }
|
|
|
|
+ .el-button--large {
|
|
|
|
+ background-color: var(--el-color-white) !important;
|
|
|
|
+ border: 1px solid var(--next-border-color-light) !important;
|
|
|
|
+ }
|
|
|
|
+ .el-input-number__decrease,
|
|
|
|
+ .el-input-number__increase {
|
|
|
|
+ border-color: var(--next-border-color-light) !important;
|
|
|
|
+ }
|
|
|
|
+ .el-collapse-item__wrap {
|
|
|
|
+ background-color: var(--el-color-white) !important;
|
|
|
|
+ }
|
|
|
|
+ .el-input__wrapper {
|
|
|
|
+ background-color: var(--el-color-white) !important;
|
|
|
|
+ color: var(--el-text-color-primary) !important;
|
|
|
|
+ }
|
|
|
|
+ .el-input {
|
|
|
|
+ --el-input-border-color: var(--next-border-color-light) !important;
|
|
|
|
+ }
|
|
|
|
+ .el-table th.el-table__cell,
|
|
|
|
+ .el-table tr {
|
|
|
|
+ background-color: var(--el-color-white) !important;
|
|
|
|
+ color: var(--el-text-color-primary) !important;
|
|
|
|
+ border: 1px solid var(--next-border-color-light) !important;
|
|
|
|
+ }
|
|
|
|
+ .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
|
|
|
|
+ background-color: var(--next-color-seting) !important;
|
|
|
|
+ }
|
|
|
|
+ .add-flag-container {
|
|
|
|
+ // .el-form {
|
|
|
|
+ border-bottom-color: var(--next-border-color-light) !important;
|
|
|
|
+ // }
|
|
|
|
+ }
|
|
|
|
+ .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
|
|
|
|
+ background-color: var(--el-color-white) !important;
|
|
|
|
+ }
|
|
|
|
+ .help-wrap .help-item .help-item-label {
|
|
|
|
+ background-color: var(--next-border-color-light) !important;
|
|
|
|
+ }
|
|
|
|
+ .table-wrap .table-item-wrap .label {
|
|
|
|
+ background-color: var(--el-color-white) !important;
|
|
|
|
+ }
|
|
.el-alert,
|
|
.el-alert,
|
|
.notice-bar {
|
|
.notice-bar {
|
|
border: 1px solid var(--next-border-color) !important;
|
|
border: 1px solid var(--next-border-color) !important;
|