From 43b6a78cab3a47fab59c315752fd3d2b18ec4e78 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 21 Jan 2022 19:39:57 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E5=B0=8F=E4=B8=89=E8=A7=92=E6=8D=A2?= =?UTF-8?q?=E4=B8=80=E7=A7=8D=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/combination/bubble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/combination/bubble.js b/src/base/combination/bubble.js index 5177f3020..761ba4185 100644 --- a/src/base/combination/bubble.js +++ b/src/base/combination/bubble.js @@ -22,7 +22,7 @@ isDefaultInit: false, destroyWhenHide: false, hideWhenClickOutside: true, - showArrow: true, + showArrow: false, hideWhenBlur: false, isNeedAdjustHeight: true, // 是否需要高度调整 isNeedAdjustWidth: true,