vue element 表格错位问题

//在入口文件加入下面样式
body .el-table th.gutter {
    display: table-cell !important;
  }

  body .el-table colgroup.gutter {
    display: table-cell !important;
  }
原文地址:https://www.cnblogs.com/houBlogs/p/11686384.html