|
@@ -180,7 +180,7 @@
|
|
|
border-radius:10px!important;
|
|
|
height:40px!important;
|
|
|
line-height:40px!important;
|
|
|
- width:260px;
|
|
|
+ //width:260px; //因为表现异常 暂时注释掉
|
|
|
svg{
|
|
|
color:#fff;
|
|
|
}
|
|
@@ -219,7 +219,7 @@
|
|
|
#app .sidebar-container .theme-dark .nest-menu .el-submenu .el-submenu__title{
|
|
|
font-size:14px;
|
|
|
font-weight:700;
|
|
|
- width:260px;
|
|
|
+ //width:260px; //因为表现异常 暂时注释掉
|
|
|
margin:10px 0 0 0!important;
|
|
|
border-radius:10px!important;
|
|
|
height:40px!important;
|
|
@@ -242,7 +242,7 @@
|
|
|
#app .sidebar-container .theme-dark .is-active > .el-submenu__title{
|
|
|
color:$layout_left_color!important;
|
|
|
//color:$layout_left_color_selected!important;
|
|
|
- width:260px;
|
|
|
+ //width:260px; //因为表现异常 暂时注释掉
|
|
|
}
|
|
|
#app .sidebar-container .theme-dark .is-active > .el-submenu__title:hover{
|
|
|
color:$layout_left_color_selected!important;
|
|
@@ -256,7 +256,7 @@
|
|
|
border-radius:10px!important;
|
|
|
height:40px!important;
|
|
|
line-height:40px!important;
|
|
|
- width:260px;
|
|
|
+ //width:260px; //因为表现异常 暂时注释掉
|
|
|
}
|
|
|
//右侧小图标-菜单关闭
|
|
|
.el-submenu>.el-submenu__title .el-submenu__icon-arrow{
|