第一种方案: .
页面外层样式 .el-table--border th.gutter:last-of-type {
display: block!important;
width: 17px!important;
}
第二种方案:
调用接口 doLayout() 方法
// setTimeout(()=>{
// this.refs.downTable.doLayout()
// })
// },1000)
第三种方案:
this.el.style.width = '99.99%'
网友评论