Browse Source

chore: 优化一下

es6
guy 3 years ago
parent
commit
4924f09d15
  1. 9
      src/case/combo/bubblecombo/popup.bubble.js

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

@ -106,11 +106,12 @@ BI.shortcut("bi.bubble_bar_popup_view", BI.BubblePopupBarView);
*/
BI.TextBubblePopupBarView = BI.inherit(BI.BubblePopupBarView, {
props: function () {
return {
baseCls: "bi-text-bubble-bar-popup-view",
_defaultConfig: function () {
var config = BI.TextBubblePopupBarView.superclass._defaultConfig.apply(this, arguments);
return BI.extend(config, {
baseCls: config.baseCls + " bi-text-bubble-bar-popup-view",
text: "",
};
});
},
_createContent: function () {

Loading…
Cancel
Save