From 21c106e858d4171df96fc3db17b6ebfc8626a2f5 Mon Sep 17 00:00:00 2001 From: Tangjinxia <1119518763@qq.com> Date: Mon, 25 Oct 2021 17:15:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20feat:IconText?= =?UTF-8?q?Item=E5=A2=9E=E5=8A=A0=E5=B1=9E=E6=80=A7textWidth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/button/listitem/icontextitem.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/base/single/button/listitem/icontextitem.js b/src/base/single/button/listitem/icontextitem.js index 648b98381..0792d0c5c 100644 --- a/src/base/single/button/listitem/icontextitem.js +++ b/src/base/single/button/listitem/icontextitem.js @@ -18,6 +18,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, { iconWrapperWidth: null, iconHeight: null, iconWidth: null, + textWidth: null, iconCls: "", textHgap: 0, textVgap: 0, @@ -32,6 +33,7 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, { type: "bi.label", cls: "list-item-text", textAlign: "left", + textWidth: o.textWidth, hgap: o.textHgap, vgap: o.textVgap, lgap: o.textLgap,