From 89173ce179e107ce49f7483944b5dbbb556425b0 Mon Sep 17 00:00:00 2001 From: Tangjinxia <1119518763@qq.com> Date: Mon, 21 Jun 2021 22:07:32 +0800 Subject: [PATCH] =?UTF-8?q?BI-88909=20fix:=E6=98=8E=E7=BB=86=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E4=BD=BF=E7=94=A8=E5=88=B0=E6=8E=A7=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E7=95=8C=E9=9D=A2=EF=BC=8C=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=A1=86=E9=AB=98=E5=BA=A6=E4=B8=8D=E4=B8=80=E8=87=B4=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/trigger/trigger.text.select.small.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/case/trigger/trigger.text.select.small.js b/src/case/trigger/trigger.text.select.small.js index 79f58800c..215a04f26 100644 --- a/src/case/trigger/trigger.text.select.small.js +++ b/src/case/trigger/trigger.text.select.small.js @@ -21,7 +21,7 @@ BI.SmallSelectTextTrigger = BI.inherit(BI.Trigger, { this.trigger = BI.createWidget({ type: "bi.small_text_trigger", element: this, - height: o.height - 2, + height: o.height, text: obj.text, cls: obj.cls });