el-table动态表头,表头不能填充

  .el-table th.gutter{
    display: table-cell !important;
}

 

el-table动态表头,表头不能填充

 如果上面不行,获取数据时

getList().then(res=>{
    this.list=res.data.rows;
    this.$nextTick(()=>{
        this.$refs.table.doLayout();
        //给table加一个ref
    })
})

 

https://blog.csdn.net/weixin_38779534/article/details/103237918

上一篇:elementui表格table排序问题


下一篇:el-tab 用hover切换页面