提交 5ef14747 编写于 作者: NoSubject's avatar NoSubject

修复表单预览后关闭按钮被遮挡的bug

上级 c19a473a
......@@ -276,7 +276,7 @@ o2.widget.Panel = new Class({
this.returnMaxContainerSize = this.container.getSize();
var size = $(document.body).getSize();
var size = this.container.getOffsetParent().getSize();
this.container.setStyles({
"position": "absolute",
"top": 2,
......@@ -483,4 +483,4 @@ o2.widget.Panel = new Class({
}).inject(this.bottomNode);
}
});
o2.widget.Panel.panels = [];
\ No newline at end of file
o2.widget.Panel.panels = [];
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册