天天看點

Element-UI el-table 顯示錯位問題解決方案

Element-UI el-table 顯示錯位問題解決方案

場景:el-table新加列後表頭錯位

css處理方法

.el-table--border th.gutter:last-of-type {
        display: block !important;
        width: 17px !important;
    }