From bfba8041ac4d72757919b272e8db7392ba68abc4 Mon Sep 17 00:00:00 2001 From: Guyi Date: Tue, 19 Jan 2021 22:53:57 +0800 Subject: [PATCH] =?UTF-8?q?QFX-3089=20refactor=EF=BC=9A=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E8=B7=9D=E7=A6=BB=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/combo/bubblecombo/combo.bubble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/case/combo/bubblecombo/combo.bubble.js b/src/case/combo/bubblecombo/combo.bubble.js index c64b67686..88e050a9f 100644 --- a/src/case/combo/bubblecombo/combo.bubble.js +++ b/src/case/combo/bubblecombo/combo.bubble.js @@ -19,7 +19,7 @@ BI.BubbleCombo = BI.inherit(BI.Widget, { isNeedAdjustHeight: true, // 是否需要高度调整 isNeedAdjustWidth: true, stopPropagation: false, - adjustLength: 5, // 调整的距离 + adjustLength: 0, // 调整的距离 // adjustXOffset: 0, // adjustYOffset: 10, hideChecker: BI.emptyFn,