是不是用到了fixed
@media screen and (max-width: 1800px) {.Table-page .el-table__fixed {height: auto !important;bottom: 2px !important;}.Table-page .el-table__fixed-body-wrapper {max-height: calc(100% - 6px) !important;bottom: 0 !important;}.Table-page .el-table__fixed-right-patch {width: 0 !important;}}
<!-- 表格 -->
<div class="Table-page" ref="table"><el-table ref="Table" v-loading="tableLoding" border stripe :data="tableData" :max-height='699'><el-table-column type="index" label=" 序号" align="center" width="50" fixed></el-table-column></el-table>
</div>