<div>
<el-table></el-table>
</div>
1、div 设置高度 500(如果共计行高度 50)
el-table 的共计行位于 450-500 的地位
2、div 不设置高度
el-table 的共计行位于紧挨着 el-table_body 的上面
<div>
<el-table></el-table>
</div>
1、div 设置高度 500(如果共计行高度 50)
el-table 的共计行位于 450-500 的地位
2、div 不设置高度
el-table 的共计行位于紧挨着 el-table_body 的上面