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

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

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

 

相关文章: