perf(index): update index styles

This commit is contained in:
thehrz 2023-07-11 14:42:35 +08:00
parent f04d097c0c
commit d9b3d73c5d
No known key found for this signature in database
GPG Key ID: 683658B4CAC43158
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<div style="--v-layout-top: 25px" class="m-auto"> <div style="--v-layout-top: 25px" class="m-auto">
<router-view v-slot="{ Component }"> <router-view v-slot="{ Component }">
<transition name="fade"> <transition name="fade">
<div class="prose max-w-100ch m-auto"> <div class="prose max-w-110ch m-auto">
<component :is="Component" /> <component :is="Component" />
</div> </div>
</transition> </transition>

View File

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