Browse Source

BI-91705 fix: MultiLayerDownListPopup限制下高度,与DownListPopup保持一致

es6
Oliver.Ke 3 years ago
parent
commit
a7d5159d6f
  1. 3
      src/widget/multilayerdownlist/popup.downlist.js

3
src/widget/multilayerdownlist/popup.downlist.js

@ -107,7 +107,8 @@ BI.MultiLayerDownListPopup = BI.inherit(BI.Pane, {
}] }]
}, },
innerVGap: 5 innerVGap: 5,
maxHeight: 378,
}; };
self._createChildren(item); self._createChildren(item);
} else { } else {

Loading…
Cancel
Save