使用Element的Table表格,进行网页缩放时,常常会出现表头与内容表格错位的现象:
添加如下CSS即可:
.el-table--border th:last-of-type {
display: block !important;
}
使用Element的Table表格,进行网页缩放时,常常会出现表头与内容表格错位的现象:
添加如下CSS即可:
.el-table--border th:last-of-type {
display: block !important;
}