From d712387e0df8d280dae750bcd65a8b35742b7007 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Mon, 31 May 2021 11:47:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20=E9=9D=9E?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=80=BC=E7=9A=84=E5=8D=95=E9=80=89=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=A1=86=E6=B0=B4=E5=8D=B0=E4=B8=8D=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/singleselect/singleselect.combo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/singleselect/singleselect.combo.js b/src/widget/singleselect/singleselect.combo.js index a30c52cf5..00f3ec366 100644 --- a/src/widget/singleselect/singleselect.combo.js +++ b/src/widget/singleselect/singleselect.combo.js @@ -30,7 +30,7 @@ BI.SingleSelectCombo = BI.inherit(BI.Single, { this.trigger = BI.createWidget({ type: "bi.single_select_trigger", - height: o.height, + height: o.height - 2, // adapter: this.popup, allowNoSelect: o.allowNoSelect, allowEdit: o.allowEdit,