|
@@ -1965,7 +1965,7 @@ U.UF.UI.form.prototype = {
|
|
|
this.header = _headel; //设置中间的全局变量
|
|
|
}
|
|
|
//创建中间
|
|
|
- _contentel = $$("div", { "style": { "cssText": "width: 100%; position: relative;" } }, _formel);
|
|
|
+ _contentel = $$("div", { "style": { "cssText": "width: 100%; position: relative;" } });
|
|
|
//中间的内容
|
|
|
_contentattr.usbody = "true";
|
|
|
//窗体头部属性统一设置
|
|
@@ -2110,6 +2110,7 @@ U.UF.UI.form.prototype = {
|
|
|
else {
|
|
|
this.parentel.appendChild(_formel);
|
|
|
}
|
|
|
+ _formel.appendChild(_contentel);
|
|
|
}
|
|
|
else {
|
|
|
_formel = _replaceel;
|