el-table 左固定列把底部滚动条覆盖 导致错位

el-table 指定固定列后 把滚动条遮住了。

解决方式:赋值后调用以下doLayout()方法

this.rowData = datapage.queryResult
this.$nextTick(() => {
  this.$refs.multipleTable.doLayout()
})

相关文章:

  • 2022-12-23
  • 2021-05-25
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-31
  • 2022-02-25
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
相关资源
相似解决方案