菜单展开、折叠三级菜单页面问题

This commit is contained in:
2025-08-13 16:09:34 +08:00
parent 9ad720823a
commit 9a9198b168
4 changed files with 30 additions and 36 deletions

View File

@ -126,28 +126,37 @@
background: #0366c1!important;
}
}
.ems-third-menu{
border-right: none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
height: fit-content;
.el-menu-item{
line-height: 45px;
height: 45px;
padding: 0 !important;
width: 125px;
text-align: center;
}
.el-menu-item:hover{
background: #67b1ff!important;
color:#ffffff!important;
}
.el-menu-item.is-active{
background: #409eff!important;
}
.ems-third-menu-container{
position: relative;
padding-left: 140px;
background-color: #ffffff;
.ems-third-menu{
border-right: none;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
height: fit-content;
position: absolute;
top:0;
left:0;
.el-menu-item{
line-height: 45px;
height: 45px;
padding: 0 !important;
width: 125px;
text-align: center;
}
.el-menu-item:hover{
background: #67b1ff!important;
color:#ffffff!important;
}
.el-menu-item.is-active{
background: #409eff!important;
}
}
}
//按钮栏 选中样式
.ems-btns-group{
.activeBtn{