This commit is contained in:
ivamp 2023-12-06 23:06:24 +08:00
parent b485d27acf
commit 9b4cc54a50
2 changed files with 7 additions and 4 deletions

View File

@ -3,7 +3,7 @@
class="d-flex text-center"
style="
width: 100%;
height: 60%;
height: 100%;
justify-content: center;
align-items: center;
"
@ -19,4 +19,4 @@
</div>
</div>
</div>
</template>
</template>

View File

@ -35,9 +35,8 @@
</v-list-item>
</v-list>
</v-card>
</v-container>
<div class="text-center">
<div class="text-center">
<v-container>
<v-row justify="center">
<v-col cols="8">
@ -52,6 +51,10 @@
</v-row>
</v-container>
</div>
</v-container>
</template>
<script setup>