update src/theme/dark.scss.

dark loading遮罩优化
This commit is contained in:
tony星 2022-05-25 09:42:27 +00:00 committed by Gitee
parent 1cd056cb83
commit abf9f1ae08
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -55,6 +55,7 @@
--el-fill-color-blank: var(--next-color-disabled) !important;
--el-fill-color-light: var(--next-color-hover-rgba) !important;
--el-bg-color-overlay: var(--el-color-primary-light-9) !important;
--el-mask-color:rgb(42 42 42 / 80%);
// button
.el-button {