Ver Fonte

代码提交

hy há 7 anos atrás
pai
commit
4f4a31acd9
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      frontend/saas-web/app/view/core/form/RemoteCombo.js

+ 1 - 1
frontend/saas-web/app/view/core/form/RemoteCombo.js

@@ -37,7 +37,7 @@ Ext.define('saas.view.core.form.RemoteCombo', {
             picker;
             picker;
         var count = this.store.getCount();
         var count = this.store.getCount();
         var pickerCfg = Ext.apply({
         var pickerCfg = Ext.apply({
-                height: count>5?248-(me.hiddenBtn?50:0):(33*count+me.hiddenBtn?0:50),
+                height: count>5?248-(me.hiddenBtn?50:0):(33*count+(me.hiddenBtn?0:50)),
                 hiddenBtn:me.hiddenBtn,
                 hiddenBtn:me.hiddenBtn,
                 xtype: 'boundlistadd',
                 xtype: 'boundlistadd',
                 id: me.id + '-picker',
                 id: me.id + '-picker',