element-ui的table 在頁面縮放時,出現的問題會錯位
解決方法:
aap.vue中加入(我的表格有border屬性)
.el-table--border th.gutter:last-of-type {
display: block!important; width: 17px!important;
}
element-ui的table 在頁面縮放時,出現的問題會錯位
解決方法:
aap.vue中加入(我的表格有border屬性)
.el-table--border th.gutter:last-of-type {
display: block!important; width: 17px!important;
}
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。