保存进度!
This commit is contained in:
parent
d995251d7b
commit
f93057e4d1
|
@ -2,14 +2,14 @@
|
|||
* @Author: Kane
|
||||
* @Date: 2023-01-04 11:40:03
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-01-06 12:54:17
|
||||
* @LastEditTime: 2023-01-11 21:27:22
|
||||
* @FilePath: \admin_system\src\layout\components\Main.vue
|
||||
* @Description:
|
||||
*
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
-->
|
||||
<template>
|
||||
<router-view />
|
||||
<div><router-view /></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -19,5 +19,8 @@ export default {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.main_content {
|
||||
min-height: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue