在 App.vue 文件中添加全局样式。
<style> /* 解决element table 表头和表体错版问题 */ body .el-table th.gutter{ display: table-cell!important; } </style>