elementUI的table表头与内容错位的解决方案,只需要在app.vue中添加一行样式就可以解决了

body .el-table th.gutter{
  display: table-cell!important;
}

 

希望本篇文章可以帮助到你!

相关文章: