我的解决办法是采用vxe-table 的虚拟滚动
官网链接:https://vxetable.cn/v4/#/table/scroll/scroll
<vxe-table
border
show-overflow
ref="xTable1"
height="300"
:row-config="{isHover: true}">
<vxe-column type="seq" width="100"></vxe-column>
<vxe-column field="name" title="Name" sortable><