fix: change log widget and loading mask style (#340)

This commit is contained in:
Fine0830
2023-11-17 13:16:48 +08:00
committed by GitHub
parent c6d1c49569
commit 02c5724859
3 changed files with 8 additions and 6 deletions

View File

@@ -157,6 +157,10 @@ $active-background: var(--el-color-primary);
$font-size-smaller: 12px;
$font-size-normal: 14px;
.el-loading-mask {
background-color: var(--theme-background);
}
.el-menu {
--el-menu-item-height: 50px;
}