@import '../../../assets/variable.less';
.module-user-detail-panel {
  display: flex;
  width: 100%;
  height: 100%;
  &-left {
    width: 330px;
    min-width: 0;
    height: 100%;
    background-color: #fff;
  }
  &-space {
    width: 16px;
    height: 100%;
    opacity: 0;
  }
  &-right {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    min-height: 0;
    padding: 4px @padding-lg @padding-lg @padding-lg;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 8px;
    .module-user-detail-tabs {
      height: 100%;
      &-panel {
        height: 100%;
      }
      .ant-tabs-content {
        height: 100%;
      }
      .ant-space-item {
        display: flex;
        justify-content: flex-end;
      }
    }
  }
}
