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