Browse Source

fix(layout): 修复双列模式下重复显示logo的问题(#7071) (#7072)

pull/7065/head
wyc001122 1 month ago
committed by GitHub
parent
commit
6f02181024
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/effects/layouts/src/basic/layout.vue

2
packages/effects/layouts/src/basic/layout.vue

@ -351,8 +351,6 @@ const headerSlots = computed(() => {
<VbenLogo <VbenLogo
v-if="preferences.logo.enable" v-if="preferences.logo.enable"
:fit="preferences.logo.fit" :fit="preferences.logo.fit"
:src="preferences.logo.source"
:src-dark="preferences.logo.sourceDark"
:text="preferences.app.name" :text="preferences.app.name"
:theme="theme" :theme="theme"
> >

Loading…
Cancel
Save