fixed 92a17fa from https://gitee.com/lxy0722/django-vue3-admin/pulls/1
解决在深色模式下的背景色显示异常问题
This commit is contained in:
@@ -138,7 +138,7 @@ onMounted(() => {
|
||||
.menu-box {
|
||||
height: 100%;
|
||||
padding: 10px;
|
||||
background-color: #fff;
|
||||
background-color: var(--el-fill-color-blank);;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user