24 lines
476 B
SCSS
24 lines
476 B
SCSS
/*.dialog-org {
|
|
.oraganization-tab {
|
|
width: 100%;
|
|
height:380px;
|
|
border-bottom: 1px solid #dddddd;
|
|
.oraganization-tab-tree {
|
|
display: inline-flex;
|
|
width: 50%;
|
|
height:100%;
|
|
border-right: 1px solid #dddddd;
|
|
overflow: auto;
|
|
}
|
|
.select-list {
|
|
display: inline-flex;
|
|
flex-direction: column;
|
|
width: 50%;
|
|
height:100%;
|
|
overflow: auto;
|
|
.search-list {
|
|
overflow: auto;
|
|
}
|
|
}
|
|
}
|
|
}*/ |