Просмотр исходного кода

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

unknown 5 лет назад
Родитель
Сommit
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;
     },
     _loadNodeInputEdit: function(){
+        debugger;
+        this.node.setStyle("overflow","visible");
         var input=null;
         MWF.require("MWF.widget.Combox", function(){
             this.combox = input = new MWF.widget.Combox({