修改样式

This commit is contained in:
2025-07-24 21:44:50 +08:00
parent 999fbdb9c8
commit 3c5d4bc0be
6 changed files with 233 additions and 44 deletions

View File

@@ -8,14 +8,7 @@ const { header } = useAppConfig()
<template>
<UHeader
:ui="{ center: 'flex-1' }"
:to="header?.to || '/'"
>
<UContentSearchButton
v-if="header?.search"
:collapsed="false"
class="w-full"
/>
<template
v-if="header?.logo?.dark || header?.logo?.light || header?.title"