解决在深色模式下的背景色显示异常问题
This commit is contained in:
lxy
2024-07-30 17:12:54 +08:00
committed by lxy
parent c8e235bed6
commit 1981567c59
3 changed files with 4 additions and 3 deletions

View File

@@ -277,7 +277,8 @@ const { resetCrudOptions } = useCrud({
padding: 0 10px;
border-radius: 8px 0 0 8px;
box-sizing: border-box;
background-color: #fff;
color: var(--next-bg-topBarColor);
background-color: var(--el-fill-color-blank);;
}
.dept-user-com-table {
height: calc(100% - 200px);