.reference-body {
    .tntd-title {
      margin-bottom: 12px;
    }
    .reference-body-item {
      padding: 8px 16px 16px 16px;
      background: #fff;
      border-radius: @border-radius-base;
      &:not(:last-of-type) {
        margin-bottom: 16px;
      }
    }

    .ant-table-scroll .ant-table-body{
        overflow-x: auto !important;
    }

    .ant-table-tbody > tr > td {
      &.refer-warning-txt {
        * {
          color: #d96156 !important;
        }
      }
      .tag-max-width{
        max-width: 45%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
    }

    .content-span {
      display: flex;
      align-items: center;
      gap: 4px;
      max-width: 100%;
      height: 24px;
      overflow: hidden;

      > div {
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }
    }
  }
