|
|
|
@ -73,6 +73,7 @@ li.is-active {
|
|
|
|
|
font-weight: normal !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.el-tag { |
|
|
|
|
--el-tag-bg-color: #d3832a !important; |
|
|
|
|
--el-tag-text-color: #fff !important; |
|
|
|
@ -82,3 +83,22 @@ li.is-active {
|
|
|
|
|
.el-select__tags .el-tag--info { |
|
|
|
|
--el-tag-text-color: var(--el-color-info) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 表单错误提示 |
|
|
|
|
.el-form-item__error { |
|
|
|
|
z-index: 99; |
|
|
|
|
--el-color-danger: #f00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.el-form-item.is-error .el-input__wrapper { |
|
|
|
|
--el-color-danger: #f00 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// :deep( |
|
|
|
|
// .el-form-item.is-required:not(.is-no-asterisk).asterisk-left > .el-form-item__label:before, |
|
|
|
|
// .el-form-item.is-required:not(.is-no-asterisk).asterisk-left |
|
|
|
|
// > .el-form-item__label-wrap |
|
|
|
|
// > .el-form-item__label:before |
|
|
|
|
// ) { |
|
|
|
|
// --el-color-danger: #f00; |
|
|
|
|
// } |
|
|
|
|