.table-with-query {
  background-color: #ffffff;
  padding: 12px;

  .ant-input {
    height: 30px;
    min-height: unset;
  }
  .ant-form-item-label {
    line-height: 30px;
  }

  .query-form {
    margin-bottom: 12px;
    .right-btns {
      text-align: right;

      .operate-btn {
        margin-left: 8px;
      }
    }

    .min-input-number {
      width: 100px;
      text-align: center;
    }

    .split-input {
      width: calc(100% - 200px);
      text-align: center;
      border-left: 0;
      pointer-events: 'none';
      background-color: '#fff';
    }

    .max-input-number {
      width: 100px;
      text-align: center;
      border-left: 0;
    }

    .ant-form-item {
      margin: 0 0 8px;
    }
  }

  .pagination {
    text-align: right;
    margin-top: 8px;

    .ant-pagination-item-link {
      .anticon {
        position: relative;
        top: calc(50% - 5px);
      }
    }
  }
}
