mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 08:21:09 +08:00
style: update style (#16688)
This commit is contained in:
@@ -737,7 +737,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