瀏覽代碼

修复选人输入框下拉列表可能隐藏的问题

unknown 5 年之前
父節點
當前提交
8a26abb2ea
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      o2web/source/x_component_process_Xform/Org.js

+ 2 - 0
o2web/source/x_component_process_Xform/Org.js

@@ -566,6 +566,8 @@ MWF.xApplication.process.Xform.Org = MWF.APPOrg =  new Class({
         this.node = node;
         this.node = node;
     },
     },
     _loadNodeInputEdit: function(){
     _loadNodeInputEdit: function(){
+        debugger;
+        this.node.setStyle("overflow","visible");
         var input=null;
         var input=null;
         MWF.require("MWF.widget.Combox", function(){
         MWF.require("MWF.widget.Combox", function(){
             this.combox = input = new MWF.widget.Combox({
             this.combox = input = new MWF.widget.Combox({