提交 d16e66e0 编写于 作者: Q qiang

fix: BoundingClientRect.bottom

上级 0047ce61
......@@ -50,7 +50,7 @@ function getNodeInfo (el, fields) {
info.left = rect.left
info.right = rect.right
info.top = rect.top - top
info.bottom = rect.bottom
info.bottom = rect.bottom - top
}
if (fields.size) {
info.width = rect.width
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册