🐛(component): window.resize 动态计算 table 滚动条占位宽度
This commit is contained in:
parent
dbd1090b1b
commit
3f5c2ed67b
@ -465,6 +465,7 @@ onMounted(() => {
|
||||
getFixedColumn();
|
||||
});
|
||||
window.onresize = () => {
|
||||
getScrollWidth();
|
||||
getFixedColumn();
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user