el-table表格错误问题

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

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

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

 

posted @ 2019-12-20 13:43  青春无敌小宇宙  阅读(1027)  评论(0编辑  收藏  举报