Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

当移动的元素的position为absolute时有问题。 #26

Open
cylzh opened this issue Feb 29, 2016 · 0 comments
Open

当移动的元素的position为absolute时有问题。 #26

cylzh opened this issue Feb 29, 2016 · 0 comments

Comments

@cylzh
Copy link

cylzh commented Feb 29, 2016

....
//427
else if (element.css('position') === 'absolute') {
            xleft = proxy.offset().left;
            xtop = proxy.offset().top;
}
...
//改成position()获取位置
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant