fix: menu styles (#61)

This commit is contained in:
_island 2023-03-16 17:42:32 +08:00 committed by GitHub
parent c083e73829
commit 9d473cc2ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ const isCollapse = computed(() => {
.el-menu { .el-menu {
border: none; border: none;
height: 100%; min-height: 100%;
width: 100% !important; width: 100% !important;
} }