|
@@ -1,12 +1,13 @@
|
|
|
/*
|
|
|
* @Author : yuanrunwei
|
|
|
* @Date : 2020-05-18 12:05:37
|
|
|
- * @LastEditors : yuanrunwei
|
|
|
- * @LastEditTime : 2020-05-18 14:51:51
|
|
|
+ * @LastEditors: XuTongZhang
|
|
|
+ * @LastEditTime: 2020-08-17 17:22:36
|
|
|
* @FilePath : \ambre-admin-noob\src\components\vNav\vNav.scss
|
|
|
*/
|
|
|
.vNavCom{
|
|
|
position: fixed;
|
|
|
+ top: 65px;
|
|
|
height:100%;
|
|
|
z-index:101;
|
|
|
.el-menu{
|
|
@@ -38,7 +39,7 @@
|
|
|
min-width: 80px !important;
|
|
|
}
|
|
|
.el-menu-item.is-active{
|
|
|
- background-color:rgb(141,114,249) !important;
|
|
|
+ background-color:rgb(136, 223, 238) !important;
|
|
|
color:#fff;
|
|
|
width:180px;
|
|
|
min-width: 80px;
|
|
@@ -46,10 +47,10 @@
|
|
|
}
|
|
|
.el-menu-item{
|
|
|
&:hover{
|
|
|
- background:rgba(141,114,249,1) !important;
|
|
|
+ background:rgb(108, 212, 238) !important;
|
|
|
}
|
|
|
&:active,&:visited{
|
|
|
- background:rgba(141,114,249,1) !important;
|
|
|
+ background:rgb(108, 212, 238) !important;
|
|
|
}
|
|
|
}
|
|
|
.logo{
|