weaver_trunk_cli/pc4mobx/hrm/style/orgChart.less

23 lines
270 B
Plaintext
Raw Normal View History

2023-09-22 14:01:42 +08:00
.orgChart{
.frame{
width: 100%;
height: 100%;
overflow: hidden;
}
.customerSetting{
&>div{
float: left;
width: 50%;
&:last-child{
width: 47%;
margin-left: 3%
}
}
}
.wea-new-top-wapper .wea-new-top-content{
overflow: initial;
}
}