From 736af3ce68769b2f971f621a50ba57efb915faf5 Mon Sep 17 00:00:00 2001 From: Tangjinxia <1119518763@qq.com> Date: Fri, 16 Apr 2021 17:15:40 +0800 Subject: [PATCH] =?UTF-8?q?BI-81668=20fix:=E8=A1=A5=E5=85=85=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=EF=BC=8C=E5=A4=9A=E9=80=89=E4=B8=8E=E5=8D=95=E9=80=89?= =?UTF-8?q?=E5=86=85=E9=83=A8=E9=AB=98=E5=BA=A6=E4=B8=8D=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/singleselect/singleselect.insert.combo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/singleselect/singleselect.insert.combo.js b/src/widget/singleselect/singleselect.insert.combo.js index 819859d109..b2d86d913d 100644 --- a/src/widget/singleselect/singleselect.insert.combo.js +++ b/src/widget/singleselect/singleselect.insert.combo.js @@ -29,7 +29,7 @@ BI.SingleSelectInsertCombo = BI.inherit(BI.Single, { this.trigger = BI.createWidget({ type: "bi.single_select_trigger", - height: o.height, + height: o.height - 2, allowNoSelect: o.allowNoSelect, allowEdit: o.allowEdit, // adapter: this.popup,