mirror of
https://github.com/dataease/dataease.git
synced 2026-06-18 05:18:07 +08:00
style: update style (#16688)
This commit is contained in:
@@ -739,7 +739,7 @@ const handleMouseDownOnPoint = (point, e) => {
|
||||
// 获取画布位移信息
|
||||
const editorRectInfo = editorMap.value[canvasId.value]?.getBoundingClientRect()
|
||||
if (!editorRectInfo) {
|
||||
reutrn
|
||||
return
|
||||
}
|
||||
// 获取 point 与实际拖动基准点的差值
|
||||
const pointRect = e.target.getBoundingClientRect()
|
||||
|
||||
Reference in New Issue
Block a user