Browse Source

Merge pull request #178374 in DEC/fineui from master to feature/x

* commit '09b1e664433508b9f656b1eabe94f0f0a70c90f2':
  无JIRA fix: bi.combo布局overflow问题
research/test
superman 2 years ago
parent
commit
94c9b65498
  1. 1
      src/base/combination/bubble.js
  2. 1
      src/base/combination/combo.js

1
src/base/combination/bubble.js

@ -83,6 +83,7 @@
BI.createWidget(BI.extend({
element: this,
scrolly: false,
}, BI.LogicFactory.createLogic("vertical", BI.extend(o.logic, {
items: [
{ el: this.combo }

1
src/base/combination/combo.js

@ -93,6 +93,7 @@
BI.createWidget(BI.extend({
element: this,
scrolly: false,
}, BI.LogicFactory.createLogic("vertical", BI.extend(o.logic, {
items: [
{ el: this.combo }

Loading…
Cancel
Save