bugfix: menu 高度调整

This commit is contained in:
tim
2025-08-03 14:35:23 +08:00
parent 41f603e349
commit 4d2b616aed

View File

@@ -270,7 +270,7 @@ export default {
.menu {
width: 200px;
background-color: var(--menu-background-color);
height: calc(100vh - 10px);
height: calc(100vh - 20px - var(--header-height));
border-right: 1px solid var(--menu-border-color);
display: flex;
flex-direction: column;