问题描述:el-table的合计行会产生向上的偏移

原因:找了一圈发现是el-table定高设置了height的问题

解决方案:

>>>.el-table__footer-wrapper {  position: absolute !important;  bottom: 0;}