duxingchen
a07e43ec3a
fix(mobile): 修复画布空白区域无法响应拖拽缩放手势
canvas-inner 使用 position:absolute 但未设置 width/height,
导致只缩到子元素大小(几乎为0)。在卡片之外的空白区域触摸时,
事件无法穿透到 movable-view 原生组件。
修复:
- canvas-inner: 添加 width:100%; height:100% 铺满 movable-view
- tree-movable-view: 添加 width:100%; height:100% 确保触摸覆盖
2026-08-10 15:19:34 +08:00
..
2026-08-07 11:44:20 +08:00
2026-08-10 15:19:34 +08:00
2026-08-07 14:45:30 +08:00
2026-08-10 14:22:36 +08:00
2026-08-07 13:09:19 +08:00
2026-08-07 17:12:27 +08:00
2026-08-07 17:05:00 +08:00