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

Merge branch 'fix/smartbi' into 'wrdp'

Fix/smartbi

See merge request o2oa/o2oa!5657
......@@ -14,7 +14,8 @@ MWF.xApplication.cms.Xform.SmartBI = MWF.CMSSmartBI = new Class({
frameborder:"0",
scrolling:"auto"
}).inject(this.node,"after");
var _recoveryStyles = this.json.recoveryStyles || {};
this.node.destroy();
this.node = this.iframe.setStyles({
"width":"100%",
......@@ -22,6 +23,7 @@ MWF.xApplication.cms.Xform.SmartBI = MWF.CMSSmartBI = new Class({
"min-height":"500px",
"min-width":"500px"
});
this.node.setStyles(_recoveryStyles)
}
}
......
......@@ -25,7 +25,8 @@ MWF.xApplication.process.Xform.SmartBI = MWF.APPSmartBI = new Class({
frameborder:"0",
scrolling:"auto"
}).inject(this.node,"after");
var _recoveryStyles = this.json.recoveryStyles || {};
this.node.destroy();
this.node = this.iframe.setStyles({
"width":"100%",
......@@ -33,6 +34,7 @@ MWF.xApplication.process.Xform.SmartBI = MWF.APPSmartBI = new Class({
"min-height":"500px",
"min-width":"500px"
});
this.node.setStyles(_recoveryStyles)
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册