|
@@ -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?150:30*count,
|
|
|
|
|
|
|
+ height: count>5?248:(33*count+50),
|
|
|
hiddenBtn:me.hiddenBtn,
|
|
hiddenBtn:me.hiddenBtn,
|
|
|
xtype: 'boundlistadd',
|
|
xtype: 'boundlistadd',
|
|
|
id: me.id + '-picker',
|
|
id: me.id + '-picker',
|