Update style
This commit is contained in:
parent
ee92fbc553
commit
5567fe81f1
@ -37,6 +37,6 @@ export default {
|
|||||||
|
|
||||||
<v-spacer />
|
<v-spacer />
|
||||||
|
|
||||||
<v-app-bar-nav-icon class="md:hidden" />
|
<v-app-bar-nav-icon class="md:hidden!" />
|
||||||
</v-app-bar>
|
</v-app-bar>
|
||||||
</template>
|
</template>
|
||||||
|
@ -12,7 +12,7 @@ export default {
|
|||||||
<v-theme-provider :theme="isDark ? 'dark' : 'light'">
|
<v-theme-provider :theme="isDark ? 'dark' : 'light'">
|
||||||
<v-layout class="text-gray-700 dark:text-gray-200 min-h-screen flex flex-col">
|
<v-layout class="text-gray-700 dark:text-gray-200 min-h-screen flex flex-col">
|
||||||
<Nav />
|
<Nav />
|
||||||
<div class="m-auto mt-0 px-5 text-left flex">
|
<div class="m-auto px-5 text-left flex">
|
||||||
<RouterView />
|
<RouterView />
|
||||||
</div>
|
</div>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<h1 class="text-12 text-center mt-50%">
|
<h1 class="text-12 text-center">
|
||||||
属于19预科2班的故事还未完结
|
属于19预科2班的故事还未完结
|
||||||
</h1>
|
</h1>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user