element-plus el-table 在頁面放大時(shí)會(huì)出現(xiàn)表頭和內(nèi)容錯(cuò)位的情況
現(xiàn)象在這里插入圖片描述
解決方法如下:
// 關(guān)鍵css代碼
.el-table__header col[name="gutter"] {
display: table-cell !important;
}
測試鏈接
鏈接: link.
https://codepen.io/yeyue1992/pen/PoWZamo
解決方法如下:
// 關(guān)鍵css代碼
.el-table__header col[name="gutter"] {
display: table-cell !important;
}
測試鏈接
鏈接: link.
https://codepen.io/yeyue1992/pen/PoWZamo