vue element-ui table 表格 错位 滚动解决
2019-11-25 本文已影响0人
一碗米粉的故事
第一种方案: .
页面外层样式 .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%'