element-ui中table表头错位问题

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

你可能感兴趣的:(element-ui中table表头错位问题)