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

猜你喜欢

转载自blog.csdn.net/admin123404/article/details/108147658