refactor(数据大屏): 调整滚轮连续移动缩放计算时间,防止卡顿情况

This commit is contained in:
wangjiahao
2025-01-20 20:50:32 +08:00
committed by 王嘉豪
parent 3ef7b3da94
commit 60c62693a3

View File

@@ -30,7 +30,7 @@ const handleScaleChange = () => {
changeSizeWithScale(scale.value)
changeSizeWithScaleAdaptor(scale.value)
scaleChangeReady.value = true
}, 50)
}, 150)
}
}