Update style

This commit is contained in:
thehrz 2023-06-25 14:06:40 +08:00
parent ee92fbc553
commit 5567fe81f1
No known key found for this signature in database
GPG Key ID: 683658B4CAC43158
3 changed files with 3 additions and 3 deletions

View File

@ -37,6 +37,6 @@ export default {
<v-spacer />
<v-app-bar-nav-icon class="md:hidden" />
<v-app-bar-nav-icon class="md:hidden!" />
</v-app-bar>
</template>

View File

@ -12,7 +12,7 @@ export default {
<v-theme-provider :theme="isDark ? 'dark' : 'light'">
<v-layout class="text-gray-700 dark:text-gray-200 min-h-screen flex flex-col">
<Nav />
<div class="m-auto mt-0 px-5 text-left flex">
<div class="m-auto px-5 text-left flex">
<RouterView />
</div>
<Footer />

View File

@ -1,5 +1,5 @@
<template>
<h1 class="text-12 text-center mt-50%">
<h1 class="text-12 text-center">
属于19预科2班的故事还未完结
</h1>
</template>