el-table表格错误问题

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

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

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

猜你喜欢

转载自www.cnblogs.com/ckmouse/p/12072691.html