Browse Source

Pull request #2501: 无JIRA任务 chore: 优化一下

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

* commit '0ef145ae13e2ac269524afef0aab2a493bae2f0f':
  chore: 优化一下
es6
guy 3 years ago
parent
commit
8041b74477
  1. 3
      src/case/combo/bubblecombo/popup.bubble.js

3
src/case/combo/bubblecombo/popup.bubble.js

@ -11,7 +11,8 @@ BI.BubblePopupView = BI.inherit(BI.PopupView, {
baseCls: config.baseCls + " bi-bubble-popup-view", baseCls: config.baseCls + " bi-bubble-popup-view",
minWidth: 70, minWidth: 70,
maxWidth: 300, maxWidth: 300,
minHeight: 50 minHeight: 50,
showArrow: true,
}); });
} }
}); });

Loading…
Cancel
Save