()
| 394 | return Number(document.getElementById(elementId).style[name].split('px')[0]) |
| 395 | } |
| 396 | function cannelSelect() { |
| 397 | // 取消选中 |
| 398 | setCurrent({ type: 'blur' }); |
| 399 | setNowId([]) |
| 400 | setNowGroupId(null) |
| 401 | sendMsg('blur') |
| 402 | } |
| 403 | function iframeMove(e) { |
| 404 | // 拖拽画布移动 |
| 405 | const posix = { x: e.clientX, y: e.clientY } |