.selected-user-body-left {
  :global {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-right: 24px;

    @import (less) url('../Tabs/index.less');
    @import (less) url('../Search/index.less');
    @import (less) url('../TreeBody/index.less');
  }

  &.open {
    padding: 0;
    width: 0;
    transition: width 1s;
  }

  &.close {
    flex: 1;
    padding-left: 24px;
    transition: width 1s;
  }
}
