<style> body .el-table th.gutter{ display: table-cell!important; } body .el-table colgroup.gutter{ display: table-cell!important; } </style>
需要将这段样式放入index.html 或者 App.vue中起效
elementui 表头错位解决方法
原文:https://www.cnblogs.com/wurui-0922/p/10292128.html