|
@@ -51,7 +51,7 @@ U.MD.D.Load = U.MD.D.FLoad = function (cb) {
|
|
|
//桌面初始化弹出
|
|
|
U.selectEl("#UD_Dtop")[0].style.display = "block";
|
|
|
//桌面做为一个置底的窗体
|
|
|
- new U.UF.UI.form(false, U.selectEl("#UD_Dtop")[0], { onresize: false, style: { "cssText": "width:100%;height:100%;padding:0;border:0;border-radius:0;box-shadow:0;position:static;" }, "className": "" },
|
|
|
+ new U.UF.UI.form(false, U.selectEl("#UD_Dtop")[0], { onresize: true, style: { "cssText": "width:100%;height:100%;padding:0;border:0;border-radius:0;box-shadow:0;position:static;" }, "className": "" },
|
|
|
{ istop: false, isdrag: false, isdrag: false, isstretching: false, isenlarge: false, isnarrow: false, isclose: false }, null, { style: { "padding": "0"} });
|
|
|
}
|
|
|
//这里加判断的原因是怕有开发者开发的过程中直接调用uformd.js没有写跨域加载,没有写window.onload导致再运行的过程中找不到元素报错
|