elementUI table表格渲染数据时,thead和tbody中的列宽不一致
全局设置以下样式:
body .el-table th.gutter{ display: table-cell!important; } body .el-table colgroup.gutter{ display: table-cell!important; }