@import '../../../assets/variable.less';
.module-user-tag-detail {
  height: 100%;
  background-color: @background-color-base;
  &-left {
    // width: 240px;
    // overflow-y: auto;
    background-color: #fff;
  }
  &-right {
    flex: 1;
    min-width: 0;
    height: 100%;
    padding: @padding-lg;
    overflow-y: auto;
    &-card {
      overflow: hidden;
      background-color: #fff;
      border-radius: @border-radius-normal;
      &:first-child {
        margin-bottom: @margin-md;
      }
      .ant-tabs-tab:first-of-type {
        margin-left: @margin-lg;
      }
      .ant-tabs-top > .ant-tabs-nav {
        margin: 0;
      }
      .ant-tabs-tab-btn {
        font-weight: 500;
        font-size: 16px;
      }
    }
    &-card.tabs {
      height: calc(100% - 200px);
      .ant-tabs {
        height: 100%;
        .ant-tabs-content {
          height: 100%;
          .ant-tabs-tabpane {
            height: 100%;
          }
        }
      }
    }
  }
}
.numSelectPopupClassName {
  width: 144px !important;
  .ant-select-item {
    height: 32px !important;
    padding: 4px 12px !important;
  }
}
