element中表格中的表头与表格内容边框错位的解决方法

在APP.vue中的style标签内加上

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

猜你喜欢

转载自blog.csdn.net/weixin_43734732/article/details/85165948