|
@@ -47,11 +47,11 @@ |
|
@@ -47,11 +47,11 @@ |
47
|
<!--导航菜单-->
|
47
|
<!--导航菜单-->
|
48
|
<el-menu :default-active="$route.path" class="el-menu-vertical-demo" @open="handleopen"
|
48
|
<el-menu :default-active="$route.path" class="el-menu-vertical-demo" @open="handleopen"
|
49
|
@close="handleclose" @select="handleselect" unique-opened router v-show="!collapsed"
|
49
|
@close="handleclose" @select="handleselect" unique-opened router v-show="!collapsed"
|
50
|
- style="width: 380px;height: 100%">
|
50
|
+ style="width: 300px;height: 100%">
|
51
|
<!-- ;overflow: scroll-->
|
51
|
<!-- ;overflow: scroll-->
|
52
|
<div align="center" style="background-color: #2b2f3a">
|
52
|
<div align="center" style="background-color: #2b2f3a">
|
53
|
<img src="./logo1.png">
|
53
|
<img src="./logo1.png">
|
54
|
- <h1 style="color:white;display: inline-block">航空物流公共信息服务平台</h1>
|
54
|
+ <h1 style="color:white;display: inline-block;font-weight: 600;font-size: 15px;line-height: 50px">航空物流公共信息服务平台</h1>
|
55
|
</div>
|
55
|
</div>
|
56
|
<template v-for="(item,index) in $router.options.routes" v-if="!item.hidden">
|
56
|
<template v-for="(item,index) in $router.options.routes" v-if="!item.hidden">
|
57
|
<el-submenu :index="index+''" v-if="!item.leaf">
|
57
|
<el-submenu :index="index+''" v-if="!item.leaf">
|
|
@@ -336,8 +336,8 @@ |
|
@@ -336,8 +336,8 @@ |
336
|
padding-left:10px;
|
336
|
padding-left:10px;
|
337
|
padding-right:10px;
|
337
|
padding-right:10px;
|
338
|
border-color: rgba(238,241,146,0.3);
|
338
|
border-color: rgba(238,241,146,0.3);
|
339
|
- border-right-width: 1px;
|
|
|
340
|
- border-right-style: solid;
|
339
|
+ border-right-width: 0px;
|
|
|
340
|
+ /*border-right-style: solid;*/
|
341
|
img {
|
341
|
img {
|
342
|
width: 40px;
|
342
|
width: 40px;
|
343
|
float: left;
|
343
|
float: left;
|
|
@@ -348,7 +348,7 @@ |
|
@@ -348,7 +348,7 @@ |
348
|
}
|
348
|
}
|
349
|
}
|
349
|
}
|
350
|
.logo-width{
|
350
|
.logo-width{
|
351
|
- width:380px;
|
351
|
+ width:300px;
|
352
|
}
|
352
|
}
|
353
|
.logo-collapse-width{
|
353
|
.logo-collapse-width{
|
354
|
width:60px
|
354
|
width:60px
|
|
@@ -374,9 +374,9 @@ |
|
@@ -374,9 +374,9 @@ |
374
|
bottom: 0px;
|
374
|
bottom: 0px;
|
375
|
overflow: hidden;
|
375
|
overflow: hidden;
|
376
|
aside {
|
376
|
aside {
|
377
|
- flex:0 0 230px;
|
|
|
378
|
- width: 230px;
|
|
|
379
|
- overflow-y: scroll;
|
377
|
+ flex:0 0 300px;
|
|
|
378
|
+ width: 300px;
|
|
|
379
|
+ /*overflow-y: scroll;*/
|
380
|
background: rgb(38,56,76);
|
380
|
background: rgb(38,56,76);
|
381
|
// position: absolute;
|
381
|
// position: absolute;
|
382
|
// top: 0px;
|
382
|
// top: 0px;
|
|
@@ -403,7 +403,7 @@ |
|
@@ -403,7 +403,7 @@ |
403
|
}
|
403
|
}
|
404
|
.menu-expanded{
|
404
|
.menu-expanded{
|
405
|
/*底层滚动框宽度*/
|
405
|
/*底层滚动框宽度*/
|
406
|
- flex:0 0 380px;
|
406
|
+ flex:0 0 300px;
|
407
|
width: 230px;
|
407
|
width: 230px;
|
408
|
}
|
408
|
}
|
409
|
.menu-expanded ul{
|
409
|
.menu-expanded ul{
|
|
@@ -449,6 +449,7 @@ |
|
@@ -449,6 +449,7 @@ |
449
|
aside {
|
449
|
aside {
|
450
|
.el-menu{
|
450
|
.el-menu{
|
451
|
height: 100%;
|
451
|
height: 100%;
|
|
|
452
|
+ /*width: 300px!important;*/
|
452
|
background: #26384c;
|
453
|
background: #26384c;
|
453
|
.el-menu-item {
|
454
|
.el-menu-item {
|
454
|
i{
|
455
|
i{
|
|
@@ -456,11 +457,12 @@ |
|
@@ -456,11 +457,12 @@ |
456
|
}
|
457
|
}
|
457
|
color: white;
|
458
|
color: white;
|
458
|
}
|
459
|
}
|
459
|
- .el-menu-item.is-active{
|
|
|
460
|
- color:#e6a23c;
|
|
|
461
|
- }
|
460
|
+ /*.el-menu-item.is-active{*/
|
|
|
461
|
+ /* color:#e6a23c;*/
|
|
|
462
|
+ /*}*/
|
462
|
.el-menu-item:hover,.el-menu-item:focus{
|
463
|
.el-menu-item:hover,.el-menu-item:focus{
|
463
|
- background-color: #1a4496;
|
464
|
+ background-color: #4f6273;
|
|
|
465
|
+ /*border-left: 3px solid #be1fd9;*/
|
464
|
}
|
466
|
}
|
465
|
.el-submenu {
|
467
|
.el-submenu {
|
466
|
ul.el-menu.el-menu--inline{
|
468
|
ul.el-menu.el-menu--inline{
|
|
@@ -473,7 +475,9 @@ |
|
@@ -473,7 +475,9 @@ |
473
|
}
|
475
|
}
|
474
|
}
|
476
|
}
|
475
|
.el-submenu__title:hover {
|
477
|
.el-submenu__title:hover {
|
476
|
- background-color: #1a4496;
|
478
|
+ background-color: #4f6273;
|
|
|
479
|
+ border-left: 3px solid #be1fd9
|
|
|
480
|
+
|
477
|
}
|
481
|
}
|
478
|
}
|
482
|
}
|
479
|
}
|
483
|
}
|