暗黑模式颜色调整,载入页颜色适配黑色

This commit is contained in:
KyleBing
2020-11-25 14:38:29 +08:00
parent a040c88a07
commit 5e2f3d36c2
4 changed files with 26 additions and 21 deletions

View File

@@ -102,13 +102,13 @@
color: $dark-text-info;
}
.el-upload-dragger{
background-color: $dark-btn-bg;
background-color: $dark-uploader-bg;
border-color: $dark-border;
.el-upload__text{
color: $dark-text-info;
}
&:hover{
background: $dark-btn-bg;
background: $dark-uploader-bg-highlight;
border-color: $dark-border-highlight;
}
}