fixed 92a17fa from https://gitee.com/lxy0722/django-vue3-admin/pulls/1
解决在深色模式下的背景色显示异常问题
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user