|
@@ -503,7 +503,7 @@ const tableOpts = ref({
|
|
|
justify-content: center;
|
|
|
}
|
|
|
min-height: 120px;
|
|
|
- background: var(--el-color-white) linear-gradient(120deg, var(--el-color-primary-light-9) 10%, var(--el-color-white)) no-repeat;
|
|
|
+ background: var(--el-bg-color) linear-gradient(120deg, var(--el-color-primary-light-9) 10%, var(--el-bg-color)) no-repeat;
|
|
|
.header {
|
|
|
//font-size: var(--el-font-size-bigger);
|
|
|
font-size: 18px;
|
|
@@ -581,16 +581,16 @@ const tableOpts = ref({
|
|
|
margin: -16px -12px;
|
|
|
}
|
|
|
.el-card__header {
|
|
|
- //background: linear-gradient(to left, var(--el-color-warning-light-8), var(--el-color-white)) no-repeat;
|
|
|
+ //background: linear-gradient(to left, var(--el-color-warning-light-8), var(--el-bg-color)) no-repeat;
|
|
|
}
|
|
|
&.box-card--type2 {
|
|
|
.el-card__header {
|
|
|
- background: linear-gradient(to left, var(--el-color-primary-light-8), var(--el-color-white)) no-repeat;
|
|
|
+ background: linear-gradient(to left, var(--el-color-primary-light-8), var(--el-bg-color)) no-repeat;
|
|
|
}
|
|
|
}
|
|
|
&.box-card--type3 {
|
|
|
.el-card__header {
|
|
|
- background: linear-gradient(to left, var(--el-color-error-light-8), var(--el-color-white)) no-repeat;
|
|
|
+ background: linear-gradient(to left, var(--el-color-error-light-8), var(--el-bg-color)) no-repeat;
|
|
|
}
|
|
|
}
|
|
|
}
|