From f89d6c1e8bc5f48e058e5246b5a19e897851be2e Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Tue, 22 Oct 2019 14:11:39 +0800 Subject: [PATCH] =?UTF-8?q?BI-53865=20refactor:=20=E5=8F=AF=E9=85=8D?= =?UTF-8?q?=E6=9C=80=E5=A4=A7=E6=9C=80=E5=B0=8F=E5=AE=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/combo/bubblecombo/popup.bubble.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/case/combo/bubblecombo/popup.bubble.js b/src/case/combo/bubblecombo/popup.bubble.js index 177aab304..0bfea2611 100644 --- a/src/case/combo/bubblecombo/popup.bubble.js +++ b/src/case/combo/bubblecombo/popup.bubble.js @@ -137,6 +137,9 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, { }); return { type: "bi.bubble_bar_popup_view", + minWidth: o.minWidth, + maxWidth: o.maxWidth, + minHeight: o.minHeight, ref: function () { self.popup = this; },