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

View File

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