fix: update

This commit is contained in:
Fine 2023-11-23 16:19:22 +08:00
parent 621ef8bfaa
commit 6433a42ed5

View File

@ -157,6 +157,10 @@ $active-background: var(--el-color-primary);
$font-size-smaller: 12px; $font-size-smaller: 12px;
$font-size-normal: 14px; $font-size-normal: 14px;
.opt:hover {
background-color: var(--sw-list-hover) !important;
}
.el-loading-mask { .el-loading-mask {
background-color: var(--theme-background); background-color: var(--theme-background);
} }