...
|
...
|
@@ -47,11 +47,11 @@ |
|
|
<!--导航菜单-->
|
|
|
<el-menu :default-active="$route.path" class="el-menu-vertical-demo" @open="handleopen"
|
|
|
@close="handleclose" @select="handleselect" unique-opened router v-show="!collapsed"
|
|
|
style="width: 380px;height: 100%">
|
|
|
style="width: 300px;height: 100%">
|
|
|
<!-- ;overflow: scroll-->
|
|
|
<div align="center" style="background-color: #2b2f3a">
|
|
|
<img src="./logo1.png">
|
|
|
<h1 style="color:white;display: inline-block">航空物流公共信息服务平台</h1>
|
|
|
<h1 style="color:white;display: inline-block;font-weight: 600;font-size: 15px;line-height: 50px">航空物流公共信息服务平台</h1>
|
|
|
</div>
|
|
|
<template v-for="(item,index) in $router.options.routes" v-if="!item.hidden">
|
|
|
<el-submenu :index="index+''" v-if="!item.leaf">
|
...
|
...
|
@@ -336,8 +336,8 @@ |
|
|
padding-left:10px;
|
|
|
padding-right:10px;
|
|
|
border-color: rgba(238,241,146,0.3);
|
|
|
border-right-width: 1px;
|
|
|
border-right-style: solid;
|
|
|
border-right-width: 0px;
|
|
|
/*border-right-style: solid;*/
|
|
|
img {
|
|
|
width: 40px;
|
|
|
float: left;
|
...
|
...
|
@@ -348,7 +348,7 @@ |
|
|
}
|
|
|
}
|
|
|
.logo-width{
|
|
|
width:380px;
|
|
|
width:300px;
|
|
|
}
|
|
|
.logo-collapse-width{
|
|
|
width:60px
|
...
|
...
|
@@ -374,9 +374,9 @@ |
|
|
bottom: 0px;
|
|
|
overflow: hidden;
|
|
|
aside {
|
|
|
flex:0 0 230px;
|
|
|
width: 230px;
|
|
|
overflow-y: scroll;
|
|
|
flex:0 0 300px;
|
|
|
width: 300px;
|
|
|
/*overflow-y: scroll;*/
|
|
|
background: rgb(38,56,76);
|
|
|
// position: absolute;
|
|
|
// top: 0px;
|
...
|
...
|
@@ -403,7 +403,7 @@ |
|
|
}
|
|
|
.menu-expanded{
|
|
|
/*底层滚动框宽度*/
|
|
|
flex:0 0 380px;
|
|
|
flex:0 0 300px;
|
|
|
width: 230px;
|
|
|
}
|
|
|
.menu-expanded ul{
|
...
|
...
|
@@ -449,6 +449,7 @@ |
|
|
aside {
|
|
|
.el-menu{
|
|
|
height: 100%;
|
|
|
/*width: 300px!important;*/
|
|
|
background: #26384c;
|
|
|
.el-menu-item {
|
|
|
i{
|
...
|
...
|
@@ -456,11 +457,12 @@ |
|
|
}
|
|
|
color: white;
|
|
|
}
|
|
|
.el-menu-item.is-active{
|
|
|
color:#e6a23c;
|
|
|
}
|
|
|
/*.el-menu-item.is-active{*/
|
|
|
/* color:#e6a23c;*/
|
|
|
/*}*/
|
|
|
.el-menu-item:hover,.el-menu-item:focus{
|
|
|
background-color: #1a4496;
|
|
|
background-color: #4f6273;
|
|
|
/*border-left: 3px solid #be1fd9;*/
|
|
|
}
|
|
|
.el-submenu {
|
|
|
ul.el-menu.el-menu--inline{
|
...
|
...
|
@@ -473,7 +475,9 @@ |
|
|
}
|
|
|
}
|
|
|
.el-submenu__title:hover {
|
|
|
background-color: #1a4496;
|
|
|
background-color: #4f6273;
|
|
|
border-left: 3px solid #be1fd9
|
|
|
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|