提交 ac42043d 编写于 作者: U unknown

修复手写板和意见手写弹出层没有居中的问题

上级 fa2f8265
......@@ -324,7 +324,7 @@ MWF.xApplication.process.Xform.Opinion = MWF.APPOpinion = new Class(
} else {
this.handwritingNode.position({
"relativeTo": this.node,
"relativeTo": this.form.app.content || this.form.container,
"position": "center",
"edge": "center"
});
......
......@@ -135,7 +135,7 @@ MWF.xApplication.process.Xform.WritingBoard = MWF.APPWritingBoard = new Class(
} else {
this.handwritingNode.position({
"relativeTo": this.node,
"relativeTo": this.form.app.content || this.form.container,
"position": "center",
"edge": "center"
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册