element中表格中的表头与表格内容边框错位的解决方法

在APP.vue中的style标签内加上

.el-table {
  th.gutter {
    display: table-cell !important;
  }
}
原文地址:https://www.cnblogs.com/aidixie/p/14301746.html