Update app layout and styles

This commit is contained in:
wangqiao
2025-08-29 09:04:00 +08:00
parent e02c17066d
commit f4e80bc25a
2 changed files with 16 additions and 10 deletions

15
app.vue
View File

@ -1,11 +1,10 @@
<template>
<div>
<NuxtLoadingIndicator />
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>
<div class="flex flex-col flex-1">
<NuxtLoadingIndicator />
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>
</template>
<script setup lang="ts">
</script>
<script setup lang="ts"></script>