!74 解决深色模式显示异常问题
Merge pull request !74 from lxy/cherry-pick-1722331014
This commit is contained in:
@@ -277,7 +277,8 @@ const { resetCrudOptions } = useCrud({
|
|||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
border-radius: 8px 0 0 8px;
|
border-radius: 8px 0 0 8px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: #fff;
|
color: var(--next-bg-topBarColor);
|
||||||
|
background-color: var(--el-fill-color-blank);;
|
||||||
}
|
}
|
||||||
.dept-user-com-table {
|
.dept-user-com-table {
|
||||||
height: calc(100% - 200px);
|
height: calc(100% - 200px);
|
||||||
|
|||||||
@@ -133,7 +133,7 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dept-left {
|
.dept-left {
|
||||||
background-color: #fff;
|
background-color: var(--el-fill-color-blank);;
|
||||||
border-radius: 0 8px 8px 0;
|
border-radius: 0 8px 8px 0;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ onMounted(() => {
|
|||||||
.menu-box {
|
.menu-box {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #fff;
|
background-color: var(--el-fill-color-blank);;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user