element UI表格的表头和内容没对齐,错开了一点。
解决
在App.vue中添加样式
.el-table th.gutter{
display: table-cell !important;
}