在 App.vue 中添加:
<style>
/*element中表格中的表頭與表格內(nèi)容邊框錯位的解決方法*/
body .el-table th.gutter {
display: table-cell !important;
}
</style>
親測有效。轉(zhuǎn)自 element中表格中的表頭與表格內(nèi)容邊框錯位的解決方法。
在 App.vue 中添加:
<style>
/*element中表格中的表頭與表格內(nèi)容邊框錯位的解決方法*/
body .el-table th.gutter {
display: table-cell !important;
}
</style>
親測有效。轉(zhuǎn)自 element中表格中的表頭與表格內(nèi)容邊框錯位的解決方法。