Browse Source

无jira任务,支持自定义高度

es6
Guyi 4 years ago
parent
commit
375a35d3e9
  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