Browse Source

Pull request #1443: 无jira任务,支持自定义高度

Merge in VISUAL/fineui from ~GUYI/fineui:master to master

* commit '375a35d3e976064094316986db93ccb20392c21c':
  无jira任务,支持自定义高度
es6
Guyi 4 years ago
parent
commit
67267f9f6d
  1. 2
      src/widget/downlist/popup.downlist.js

2
src/widget/downlist/popup.downlist.js

@ -98,7 +98,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
item.el.logic = {
dynamic: true
};
item.el.height = self.constants.height;
item.el.height = item.el.height || self.constants.height;
item.el.iconCls2 = self.constants.nextIcon;
item.popup = {
lgap: 1,

Loading…
Cancel
Save