修改了index的布局。

This commit is contained in:
2023-03-27 20:47:40 +08:00
parent 2bd88d70e9
commit e1cc6b9194
3 changed files with 28 additions and 26 deletions

View File

@@ -11,7 +11,7 @@
* @Author: Kane
* @Date: 2023-01-04 11:40:03
* @LastEditors: Kane
* @LastEditTime: 2023-03-21 23:19:27
* @LastEditTime: 2023-03-27 18:19:35
* @FilePath: /it-console/src/layout/components/Main.vue
* @Description:
*
@@ -19,9 +19,7 @@
-->
<template>
<el-scrollbar>
<div class="view-wrapper">
<router-view />
</div>
<router-view />
</el-scrollbar>
</template>
@@ -38,10 +36,7 @@ export default {
<style scoped>
.el-scrollbar {
height: 100%;
width: 100%;
background-color: #ecf2f9;
}
.view-wrapper {
padding: 10px;
}
</style>