在app.vue中的style中写上样式

.tableContent{
  padding: 20px !important;
  background: #ffffff;
  margin-top: 20px;
}
body .el-table th.gutter{
  display: table-cell!important;
}
body .el-table colgroup.gutter{
  display: table-cell!important;
}

这样子有border的表格不会出现头部单元格篡位的情况

Logo

前往低代码交流专区

更多推荐