Browse Source

JSY-10501 fix: 高度适配

es6
Kira 3 years ago
parent
commit
a006ce686f
  1. 4
      src/widget/multiselect/multiselect.combo.js
  2. 8
      src/widget/multiselect/multiselect.combo.nobar.js
  3. 4
      src/widget/multiselect/multiselect.insert.combo.js
  4. 4
      src/widget/multiselect/multiselect.insert.combo.nobar.js
  5. 4
      src/widget/multitree/multi.tree.combo.js
  6. 2
      src/widget/multitree/multi.tree.insert.combo.js
  7. 8
      src/widget/multitree/multi.tree.list.combo.js
  8. 4
      src/widget/searchmultitextvaluecombo/multitextvalue.combo.search.js

4
src/widget/multiselect/multiselect.combo.js

@ -52,7 +52,7 @@ BI.MultiSelectCombo = BI.inherit(BI.Single, {
left: 0, left: 0,
top: 0, top: 0,
right: 0, right: 0,
bottom: 25, bottom: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT + 1,
}, },
}, },
valueFormatter: o.valueFormatter, valueFormatter: o.valueFormatter,
@ -219,7 +219,7 @@ BI.MultiSelectCombo = BI.inherit(BI.Single, {
left: 0, left: 0,
top: 0, top: 0,
right: 0, right: 0,
bottom: 25, bottom: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT + 1,
}, },
}, },
valueFormatter: o.valueFormatter, valueFormatter: o.valueFormatter,

8
src/widget/multiselect/multiselect.combo.nobar.js

@ -49,8 +49,8 @@ BI.MultiSelectNoBarCombo = BI.inherit(BI.Single, {
left: 0, left: 0,
top: 0, top: 0,
right: 0, right: 0,
bottom: 25 bottom: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT + 1,
} },
}, },
valueFormatter: o.valueFormatter, valueFormatter: o.valueFormatter,
itemsCreator: BI.bind(this._itemsCreator4Trigger, this), itemsCreator: BI.bind(this._itemsCreator4Trigger, this),
@ -222,8 +222,8 @@ BI.MultiSelectNoBarCombo = BI.inherit(BI.Single, {
left: 0, left: 0,
top: 0, top: 0,
right: 0, right: 0,
bottom: 25 bottom: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT + 1,
} },
}, },
valueFormatter: o.valueFormatter, valueFormatter: o.valueFormatter,
itemsCreator: BI.bind(this._itemsCreator4Trigger, this), itemsCreator: BI.bind(this._itemsCreator4Trigger, this),

4
src/widget/multiselect/multiselect.insert.combo.js

@ -49,7 +49,7 @@ BI.MultiSelectInsertCombo = BI.inherit(BI.Single, {
left: 0, left: 0,
top: 0, top: 0,
right: 0, right: 0,
bottom: 25 bottom: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT + 1
} }
}, },
valueFormatter: o.valueFormatter, valueFormatter: o.valueFormatter,
@ -221,7 +221,7 @@ BI.MultiSelectInsertCombo = BI.inherit(BI.Single, {
left: 0, left: 0,
top: 0, top: 0,
right: 0, right: 0,
bottom: 25 bottom: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT + 1
} }
}, },
valueFormatter: o.valueFormatter, valueFormatter: o.valueFormatter,

4
src/widget/multiselect/multiselect.insert.combo.nobar.js

@ -49,7 +49,7 @@ BI.MultiSelectInsertNoBarCombo = BI.inherit(BI.Single, {
left: 0, left: 0,
top: 0, top: 0,
right: 0, right: 0,
bottom: 25 bottom: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT + 1
} }
}, },
valueFormatter: o.valueFormatter, valueFormatter: o.valueFormatter,
@ -215,7 +215,7 @@ BI.MultiSelectInsertNoBarCombo = BI.inherit(BI.Single, {
left: 0, left: 0,
top: 0, top: 0,
right: 0, right: 0,
bottom: 25 bottom: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT + 1
} }
}, },
valueFormatter: o.valueFormatter, valueFormatter: o.valueFormatter,

4
src/widget/multitree/multi.tree.combo.js

@ -11,8 +11,8 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, {
top: 0, top: 0,
left: 0, left: 0,
right: 0, right: 0,
bottom: 25 bottom: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT + 1,
} },
}, },
_defaultConfig: function () { _defaultConfig: function () {

2
src/widget/multitree/multi.tree.insert.combo.js

@ -11,7 +11,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, {
top: 0, top: 0,
left: 0, left: 0,
right: 0, right: 0,
bottom: 25 bottom: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT + 1
} }
}, },

8
src/widget/multitree/multi.tree.list.combo.js

@ -11,8 +11,8 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, {
top: 0, top: 0,
left: 0, left: 0,
right: 0, right: 0,
bottom: 25 bottom: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT + 1,
} },
}, },
_defaultConfig: function () { _defaultConfig: function () {
@ -275,8 +275,8 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, {
left: 0, left: 0,
top: 0, top: 0,
right: 0, right: 0,
bottom: 25 bottom: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT + 1,
} },
}, },
valueFormatter: o.valueFormatter, valueFormatter: o.valueFormatter,
value: o.value value: o.value

4
src/widget/searchmultitextvaluecombo/multitextvalue.combo.search.js

@ -42,8 +42,8 @@ BI.SearchMultiTextValueCombo = BI.inherit(BI.Single, {
left: 0, left: 0,
top: 0, top: 0,
right: 0, right: 0,
bottom: 25 bottom: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT + 1,
} },
}, },
allValueGetter: function () { allValueGetter: function () {
return self.allValue; return self.allValue;

Loading…
Cancel
Save