element-ui遇到的问题 不以 2021-04-23 404 阅读1分钟 el-table表头与内容边框错位 解决方案 body { .el-table th:gutter { display: table-cell !important; } }