vue element 表格错位问题

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

  body .el-table colgroup.gutter {
    display: table-cell !important;
  }
posted @ 2019-10-16 16:35  _houjie  阅读(5199)  评论(0编辑  收藏  举报