element-ui遇到的问题

404 阅读1分钟

el-table表头与内容边框错位

解决方案

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