當前element版本為 2.13.2
1.表格錯位問題
加上如下css代碼
.el-table th.gutter { display: table-cell !important; } .el-table colgroup.gutter { display: table-cell !important; }
2.下邊框不顯示
插入如下css代碼
.table-container .el-table th.is-leaf, .table-container .el-table td { border-width: 0.5px; }