页面中多组件开发时,如果页面中有表格的,table表格头出现表头错乱
// 全局设置1 body .el-table th.gutter{ 2 display: table-cell!important; 3 } 4 5 body .el-table colgroup.gutter{ 6 display: table-cell!important; 7 }