fix(style): 微调样式

This commit is contained in:
BTMuli
2023-03-07 14:02:17 +08:00
parent 3c6d8ba5f4
commit 4ca016c7b1
2 changed files with 12 additions and 14 deletions

View File

@@ -40,8 +40,8 @@
"fullscreen": false,
"resizable": true,
"title": "tauri-genshin",
"width": 800,
"height": 600
"width": 1540,
"height": 912
}
]
}

View File

@@ -1,5 +1,4 @@
<template>
<v-card>
<v-layout>
<!-- 侧边栏菜单 -->
<t-sidebar />
@@ -10,7 +9,6 @@
</v-container>
</v-main>
</v-layout>
</v-card>
</template>
<script lang="ts">