.typePopover {
  position: absolute;
  top: 0;
  left: 62px;
}


/* 隐藏分页组件 */
.mch-list-page  .ant-table-pagination {
  display: none !important;
}

/* 或者更精确的选择器 */
.mch-list-page  .ant-table-wrapper .ant-pagination {
  display: none !important;
}

/* 如果上面的都不生效，可以尝试这个更强的选择器 */
.mch-list-page  .ant-table-wrapper .ant-table-pagination {
  display: none !important;
}

