.interval-form-data {
  &-table-td {
    padding: 0 !important;

    .ant-table-column-sorters {
      justify-content: end !important;
    }

    &-show {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 60px;
      height: 48px;
      cursor: pointer;

      span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        cursor: pointer;
      }
    }

    &-name {
      display: flex;
      align-items: center;

      .bsicon {
        margin-right: 4px;
        color: #fd9f41;
      }

      &-content {
        display: inline-block;
        max-width: 300px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
      }
    }

    &-link {
      cursor: pointer;

      &:hover {
        color: #165dff;
        text-decoration: underline;
      }
    }
  }
}
.interval-drill {
  display: block;
  .bsicon {
    display: none;
    margin-right: 4px;
  }
  &:hover {
    color: @primary-color;
    cursor: pointer;
    .bsicon {
      display: inline;
    }
  }
}
