From dfaa50902bacb384072542c7b955467efe56cc68 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 21 Jan 2022 19:58:58 +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 +- src/base/combination/combo.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/base/combination/bubble.js b/src/base/combination/bubble.js index 761ba4185..5177f3020 100644 --- a/src/base/combination/bubble.js +++ b/src/base/combination/bubble.js @@ -22,7 +22,7 @@ isDefaultInit: false, destroyWhenHide: false, hideWhenClickOutside: true, - showArrow: false, + showArrow: true, hideWhenBlur: false, isNeedAdjustHeight: true, // 是否需要高度调整 isNeedAdjustWidth: true, diff --git a/src/base/combination/combo.js b/src/base/combination/combo.js index 6d26d297b..52e9df59a 100644 --- a/src/base/combination/combo.js +++ b/src/base/combination/combo.js @@ -28,6 +28,7 @@ hideWhenBlur: true, hideWhenAnotherComboOpen: false, hideWhenClickOutside: true, + showArrow: false, isNeedAdjustHeight: true, // 是否需要高度调整 isNeedAdjustWidth: true, stopEvent: false,