修改 wiki view 显示

This commit is contained in:
simple321vip
2023-02-04 22:57:10 +08:00
parent 0e5e35057b
commit 86f63ff973
7 changed files with 51 additions and 16 deletions
+16 -3
View File
@@ -1,10 +1,10 @@
<template>
<div>
<el-container>
<div class="homeWrap">
<el-container class="main_container">
<el-aside width="180px">
<SideBar></SideBar>
</el-aside>
<el-container>
<el-container style="margin-left: 180px;">
<el-header>
<NavBar></NavBar>
</el-header>
@@ -83,11 +83,13 @@ iniPage()
.el-main {
padding: 16px;
overflow: hidden;
height: 100%;
}
.el-aside {
margin-left: -10px;
background: #191a23;
position: fixed;
}
.el-footer {
@@ -95,4 +97,15 @@ iniPage()
display: flex;
justify-content: space-around;
}
.main_container {
/* height: 100%; */
}
.homeWrap {
position: absolute;
top: 0;
height: 100%;
width: 100%;
}
</style>