提交 babd07ea 编写于 作者: G gongfuxiang

弹窗拖动页面滚动bug修复

上级 983dacbf
......@@ -4215,6 +4215,7 @@ $(function()
{
top = win_height-20;
}
top -= $(document).scrollTop();
$popup.css({'left':left, 'top':top, 'margin': 0});
};
}).mouseup(function(event)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册