element table 錯位問題

解決方法:修改element table 的css,添加 importantcss

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

.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-table .warning-row { background: oldlace; } .el-table .success-row { background: #f0f9eb; }
相關文章
相關標籤/搜索