This commit is contained in:
parent
d1d7342eaa
commit
bcdfbf90de
|
@ -10,6 +10,9 @@
|
|||
</div>
|
||||
|
||||
<div class="aminui-side">
|
||||
<div class="adminui-side-top">
|
||||
<h2>{{ pmenu.meta.title }}</h2>
|
||||
</div>
|
||||
<div class="adminui-side-scroll">
|
||||
<el-menu :default-active="$route.fullPath" router>
|
||||
<NavMenu :navMenus="nextMenu"></NavMenu>
|
||||
|
|
|
@ -24,7 +24,9 @@
|
|||
|
||||
|
||||
.aminui-side {position: absolute;z-index: 5;top:0px;left:65px;bottom:0px;width:210px;background: #fff;box-shadow: 2px 0 8px 0 rgba(29,35,41,.05);border-right: 1px solid #e6e6e6;}
|
||||
.adminui-side-scroll {position: absolute;top:0px;left:0px;bottom:0px;right:0px;overflow: auto;overflow-x:hidden;}
|
||||
.adminui-side-top {border-bottom: 1px solid #ebeef5;height:50px;line-height: 50px;}
|
||||
.adminui-side-top h2 {padding:0 20px;font-size: 17px;color: #3c4a54;}
|
||||
.adminui-side-scroll {position: absolute;top:50px;left:0px;bottom:0px;right:0px;overflow: auto;overflow-x:hidden;}
|
||||
|
||||
|
||||
.aminui-body {position: absolute;z-index: 4;top:0px;left:275px;bottom:0px;right:0px;}
|
||||
|
@ -68,4 +70,4 @@
|
|||
.el-header {background: #fff;border-bottom: 1px solid #e6e6e6;padding:13px 15px;}
|
||||
.el-main {padding:15px;}
|
||||
.el-pagination {margin-top: 20px;}
|
||||
.el-drawer__body {overflow: auto;}
|
||||
.el-drawer__body {overflow: auto;}
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
devServer: {
|
||||
open: false, //运行后自动打开游览器
|
||||
port: 2800 //挂载端口
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue