From 714fad783088caac96e025366d5238b21d096e43 Mon Sep 17 00:00:00 2001 From: "Austin.Duan" Date: Thu, 7 Apr 2022 20:18:36 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-69121=20fix:=E4=BF=AE=E5=A4=8D=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E5=88=97=E8=A1=A8=E7=BB=84=E8=AE=BE=E7=BD=AEdynamic?= =?UTF-8?q?=E5=90=8E=E5=B7=A6=E5=9B=BE=E6=A0=87=E4=BC=9A=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/downlist/item.downlistgroup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widget/downlist/item.downlistgroup.js b/src/widget/downlist/item.downlistgroup.js index d89132f47..31492b78b 100644 --- a/src/widget/downlist/item.downlistgroup.js +++ b/src/widget/downlist/item.downlistgroup.js @@ -28,6 +28,7 @@ BI.DownListGroupItem = BI.inherit(BI.BasicButton, { type: "bi.icon_button", cls: o.iconCls1, width: 36, + height: o.height, disableSelected: true, selected: this._digest(o.value) });