Browse Source

无JIRA 复选下拉树布局

es6
zsmj 2 years ago
parent
commit
9237219655
  1. 4
      src/widget/multiselecttree/multiselecttree.js

4
src/widget/multiselecttree/multiselecttree.js

@ -100,11 +100,11 @@ BI.MultiSelectTree = BI.inherit(BI.Single, {
});
BI.createWidget({
type: "bi.vtape",
type: "bi.vertical_fill",
element: this,
items: [{
el: this.searcher,
height: this._constant.EDITOR_HEIGHT
height: ""
}, {
el: this.adapter,
height: "fill"

Loading…
Cancel
Save