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

This commit is contained in:
wyc001122 2026-01-05 21:13:06 +08:00 committed by GitHub
parent ed3353a271
commit 6f02181024
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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