提交 edcc59af 编写于 作者: qq_15299447's avatar qq_15299447

修复自定义样式不生效

上级 2fab6501
......@@ -26,6 +26,7 @@ MWF.xApplication.process.Xform.SmartBI = MWF.APPSmartBI = new Class({
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.
先完成此消息的编辑!
想要评论请 注册