element-ui table 线不对齐问题

993 阅读1分钟

如图

解决方法

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

最终效果