Эх сурвалжийг харах

修复表单设计列表界面没有滚动条的问题

unknown 5 жил өмнө
parent
commit
dfa7b7e244

+ 0 - 3
o2web/source/x_component_process_ProcessManager/Explorer.js

@@ -177,14 +177,11 @@ MWF.xApplication.process.ProcessManager.Explorer = new Class({
         }.bind(this));
     },
     setContentSize: function(){
-        debugger;
         if (this.elementContentListNode){
             var toolbarSize = (this.toolbarNode) ? this.toolbarNode.getSize() : {"x": 0, "y": 0};
             var nodeSize = (this.node) ? this.node.getSize() : {"x": 0, "y": 0};
             var categorySize = this.categoryElementNode ? this.categoryElementNode.getSize() : {"x": 0, "y": 0};
 
-            console.log("categorySize.y="+categorySize.y);
-
             var pt = this.elementContentNode.getStyle("padding-top").toFloat();
             var pb = this.elementContentNode.getStyle("padding-bottom").toFloat();