This commit is contained in:
qsh
2024-05-27 15:58:17 +08:00
parent 34b4f84293
commit 1f9be6227c
14 changed files with 173 additions and 43 deletions

View File

@@ -11,7 +11,7 @@ const appStore = useAppStore()
const show = ref(true)
const title = computed(() => appStore.getAppInfo.instanceName)
const title = computed(() => appStore.getAppInfo?.instanceName)
const layout = computed(() => appStore.getLayout)
@@ -72,7 +72,7 @@ watch(
<div
v-if="show"
:class="[
'ml-10px text-16px font-700',
'ml-10px text-14px font-700',
{
'text-[var(--logo-title-text-color)]': layout === 'classic',
'text-[var(--top-header-text-color)]':