Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 19:09:21 +08:00

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 {
border: none;
height: 100%;
min-height: 100%;
width: 100% !important;
}