Update default.vue style

This commit is contained in:
thehrz 2023-06-22 22:56:01 +08:00
parent 502d76f060
commit 8173ed2fa1
No known key found for this signature in database

View File

@ -11,7 +11,7 @@ export default {
<template> <template>
<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 text-left flex"> <div class="m-auto mt-0 px-5 text-left flex">
<RouterView /> <RouterView />
</div> </div>
<Footer /> <Footer />