Merge pull request #1632 from dataease/pr@dev@style_switch_theme_style

style: 主题切换样式
This commit is contained in:
fit2cloud-chenyw 2022-01-12 14:46:05 +08:00 committed by GitHub
commit fc84c994f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -534,14 +534,7 @@ div:focus {
color: var(--Main) !important;
}
/* .blackTheme .el-dialog {
background: var(--ContentBG) !important;
color: var(--TextPrimary) !important;
}
*/
.blackTheme .el-dialog__title {
color: #ffffff !important;
}
.blackTheme .title-text {
color: var(--TextPrimary) !important;
@ -663,9 +656,7 @@ div:focus {
background: #38393a !important;
}
.blackTheme .el-message-box__content {
color: #F2F6FC;
}
.blackTheme .el-message-box__btns {
.el-button--default:not(.el-button--primary) {