页面样式调整

This commit is contained in:
白菜
2025-06-24 22:48:33 +08:00
parent 7145afd5a0
commit 6cec2849ba
14 changed files with 213 additions and 275 deletions

View File

@ -110,3 +110,55 @@
}
}
}
//二、三级菜单栏样式
.ems-second-menu{
width:fit-content;
.el-menu-item{
line-height: 40px;
height: 40px;
padding:0;
}
&.el-menu--horizontal > .el-menu-item.is-active,&.el-menu--horizontal > .el-menu-item{
border-bottom:none!important;
}
.el-menu-item.is-active{
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-btns-group{
.activeBtn{
background-color: #0366c1;
border-color: #0366c1;
color: #ffffff;
font-weight: 600;
}
}
//搜索栏样式
.select-container.el-form--inline .el-form-item{
margin-right: 15px;
}