jack hace 1 mes
padre
commit
9bdcc4dc27
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      js/Controls/Basic.js
  2. 0 0
      js/Controls/Basic.min.js

+ 2 - 2
js/Controls/Basic.js

@@ -1907,7 +1907,7 @@ U.UF.UI.form.prototype = {
                 _mousedown = _formattr.onmousedown;
                 _formattr.onresize = U.UF.C.apply(this, function () { //当窗体大小发生变化的处理
                     this.size(); //大小变化处理
-                    if (_resizefun) {
+                    if (_resizefun && typeof _resizefun == "function") {
                         _resizefun(); //大小变化回调
                     }
                 });
@@ -1965,7 +1965,7 @@ U.UF.UI.form.prototype = {
                 this.header = _headel; //设置中间的全局变量
             }
             //创建中间
-            _contentel = $$("div", { "style": { "cssText": "width: 100%; position: relative;" } });
+            _contentel = $$("div", { "style": { "cssText": "width: 100%; position: relative; overflow:hidden" } });
             //中间的内容
             _contentattr.usbody = "true";
             //窗体头部属性统一设置

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
js/Controls/Basic.min.js


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio