官网有doLayout方法 用法是
javascript
this.$nextTick(() => {
this.$refs.myTable.dolayout()
})
对我这个而言,没起作用
第二种方法是:有用!!!!!
css
.el-table__fixed-body-wrapper .el-table__body{
padding-bottom: 20px !important;
}