合并develop最新代码

This commit is contained in:
2025-08-20 17:53:26 +08:00
45 changed files with 3485 additions and 1325 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: 160px;
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:20px;
left:20px;
.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{