保存进度!

This commit is contained in:
Kane 2023-01-11 23:06:27 +08:00
parent d995251d7b
commit f93057e4d1
1 changed files with 6 additions and 3 deletions

View File

@ -2,14 +2,14 @@
* @Author: Kane * @Author: Kane
* @Date: 2023-01-04 11:40:03 * @Date: 2023-01-04 11:40:03
* @LastEditors: Kane * @LastEditors: Kane
* @LastEditTime: 2023-01-06 12:54:17 * @LastEditTime: 2023-01-11 21:27:22
* @FilePath: \admin_system\src\layout\components\Main.vue * @FilePath: \admin_system\src\layout\components\Main.vue
* @Description: * @Description:
* *
* Copyright (c) ${2022} by Kane, All Rights Reserved. * Copyright (c) ${2022} by Kane, All Rights Reserved.
--> -->
<template> <template>
<router-view /> <div><router-view /></div>
</template> </template>
<script> <script>
@ -19,5 +19,8 @@ export default {
</script> </script>
<style scoped> <style scoped>
.main_content {
min-height: 100%;
box-sizing: border-box;
}
</style> </style>