.organization { padding: @pageMargin; height: 100%; overflow: hidden; &-bg { border-radius: @border-radius-base; background-color: #ffffff; display: flex; max-height: 100%; } &-side { width: 300px; display: flex; flex-direction: column; padding-bottom: 24px; &-search { padding: 16px; } &-tree { flex: 1; overflow: hidden; } } &-divider { width: 1px; background-color: @divider-color; margin: 16px 0; } &-main { flex: 1; padding: 16px 16px 16px 24px; overflow-y: auto; &-tableTitle { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; } } &-edit { padding: @pageMargin; &-bg { background-color: #ffffff; border-radius: @border-radius-base; padding: 24px; } } }