.table-with-query {
  background-color: #ffffff;
  padding: 12px;
}
.table-with-query .ant-input {
  height: 30px;
  min-height: unset;
}
.table-with-query .ant-form-item-label {
  line-height: 30px;
}
.table-with-query .query-form {
  margin-bottom: 12px;
}
.table-with-query .query-form .right-btns {
  text-align: right;
}
.table-with-query .query-form .right-btns .operate-btn {
  margin-left: 8px;
}
.table-with-query .query-form .min-input-number {
  width: 100px;
  text-align: center;
}
.table-with-query .query-form .split-input {
  width: calc(100% - 200px);
  text-align: center;
  border-left: 0;
  pointer-events: 'none';
  background-color: '#fff';
}
.table-with-query .query-form .max-input-number {
  width: 100px;
  text-align: center;
  border-left: 0;
}
.table-with-query .query-form .ant-form-item {
  margin: 0 0 8px;
}
.table-with-query .pagination {
  text-align: right;
  margin-top: 8px;
}
.table-with-query .pagination .ant-pagination-item-link .anticon {
  position: relative;
  top: calc(50% - 5px);
}
