美文网首页
vue element-ui table 表格 错位 滚动解决

vue element-ui table 表格 错位 滚动解决

作者: 一碗米粉的故事 | 来源:发表于2019-11-25 15:44 被阅读0次

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

相关文章

网友评论

      本文标题:vue element-ui table 表格 错位 滚动解决

      本文链接:https://www.haomeiwen.com/subject/wtkjwctx.html