ddc58040 by renchao@pashanhoo.com

style:左侧菜单的修改

1 parent 0395f7f3
......@@ -693,8 +693,6 @@
// 人员管理角色管理菜单管理修改新增弹框样式
.PersonnelDialog {
.el-dialog__headerbtn .el-dialog__close {
font-size: 20px;
color: #4162D8
......@@ -789,13 +787,13 @@
height: calc(100% - 58px);
display: flex;
flex-direction: column;
.from-clues-content {
flex: 1;
height: 100%;
}
}
// 修改基本信息界面样式
.informationbase {
margin: 0.1875rem 1.0417rem;
......
......@@ -113,6 +113,7 @@
@include font_color("submenuColor");
border-right: 5px solid #36CEB6;
box-sizing: border-box;
.svg-icon {
color: #1ea6f8 !important;
}
......@@ -366,7 +367,7 @@
}
.el-menu-item span {
white-space: nowrap !important;
// white-space: nowrap !important;
word-break: break-all;
line-height: 20px;
flex: 1;
......