el-table form error problem

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

If not, then executed after rendering tabular data

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

 

Guess you like

Origin www.cnblogs.com/ckmouse/p/12072691.html