mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 处理移动记录的类型错误bug
This commit is contained in:
@@ -41,7 +41,10 @@ watch(
|
||||
// 宽
|
||||
w: 0,
|
||||
// 高
|
||||
h: 0
|
||||
h: 0,
|
||||
// 偏移
|
||||
offsetX: 0,
|
||||
offsetY: 0
|
||||
}
|
||||
|
||||
// 处理位置
|
||||
|
||||
Reference in New Issue
Block a user