23 lines
270 B
Plaintext
23 lines
270 B
Plaintext
|
|
.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;
|
||
|
|
}
|
||
|
|
}
|