chore: the sidebar title is not displayed in mobile mode (#4312)

This commit is contained in:
afe1 2024-09-04 09:56:37 +08:00 committed by GitHub
parent 95a4a85c3b
commit 2d0153a841
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ const isMenuRounded = computed(() => {
});
const logoCollapsed = computed(() => {
if (isMobile.value) {
if (isMobile.value && sidebarCollapsed.value) {
return true;
}
if (isHeaderNav.value || isMixedNav.value) {