.el-table--border th.gutter:last-of-type { display: block!important; 17px!important; }
如果不行,则在渲染表格数据后执行
this.$nextTick(() => { this.$refs.table.doLayout() })
.el-table--border th.gutter:last-of-type { display: block!important; 17px!important; }
如果不行,则在渲染表格数据后执行
this.$nextTick(() => { this.$refs.table.doLayout() })