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