Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix:“顶部菜单混合模式”受commit:d8e4016影响 (#234)
Browse files Browse the repository at this point in the history
Signed-off-by: aonoa <[email protected]>
  • Loading branch information
aonoa authored Oct 31, 2023
1 parent 2d7f841 commit 6ff464a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/layouts/src/components/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const showHeaderLogo = computed(() => {
return unref(isTopMenu) || unref(isMix)
})
//根据布局模式设置logo宽度
const logoWidth = computed(() => (unref(isTopMenu) ? 150 : getMenuWidth))
const logoWidth = computed(() => (unref(isTopMenu) ? 150 : getMenuWidth.value))
</script>
<template>
<VbenSpace vertical>
Expand Down

0 comments on commit 6ff464a

Please sign in to comment.