.el-table--border th.gutter:last-of-type {
    display: block!important;
    width: 17px!important;
}

如果不行,则在渲染表格数据后执行

this.$nextTick(() => {
    this.$refs.table.doLayout()
})

 

相关文章:

  • 2021-07-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2021-06-19
  • 2021-09-24
  • 2022-12-23
相关资源
相似解决方案