fix: mixed menu layout in full content mode (#4990)

This commit is contained in:
Netfan
2024-12-01 21:37:36 +08:00
committed by GitHub
parent 32117b73aa
commit ae3f7cb909
2 changed files with 5 additions and 2 deletions

View File

@@ -192,7 +192,7 @@ const headerFixed = computed(() => {
});
const showSidebar = computed(() => {
return isSideMode.value && sidebarEnable.value;
return isSideMode.value && sidebarEnable.value && !props.sidebarHidden;
});
/**