From 9043ab6d4c57a53aa7e6b7b57f4665c2bd7d2b9e Mon Sep 17 00:00:00 2001 From: Tangjinxia <1119518763@qq.com> Date: Mon, 25 Oct 2021 17:12:49 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20style:?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=90=8E=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/lib/background.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/less/lib/background.less b/src/less/lib/background.less index 8d9221621..1f291a5fe 100644 --- a/src/less/lib/background.less +++ b/src/less/lib/background.less @@ -7,7 +7,7 @@ @background-trans-color: "background/trans_normal.png"; @background-trans-color-disabled: "background/trans_disable.png"; @background-auto-color-square-normal: "icon/auto_square_normal.png"; -@background-auto-color-no-square-normal: "icon/auto_no_square_normal"; +@background-auto-color-no-square-normal: "icon/auto_no_square_normal.png"; @background-farbtastic-wheel:"background/wheel.png"; @background-farbtastic-overlay:"background/mask.png"; 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 2/3] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20feat:Icon?= =?UTF-8?q?TextItem=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, From d1f152e600a153747669777a4ec2a025cb1ce0f5 Mon Sep 17 00:00:00 2001 From: Tangjinxia <1119518763@qq.com> Date: Mon, 25 Oct 2021 19:57:54 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20revert:?= =?UTF-8?q?=E5=9B=9E=E6=BB=9A?= 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 deletions(-) diff --git a/src/base/single/button/listitem/icontextitem.js b/src/base/single/button/listitem/icontextitem.js index 0792d0c5c..648b98381 100644 --- a/src/base/single/button/listitem/icontextitem.js +++ b/src/base/single/button/listitem/icontextitem.js @@ -18,7 +18,6 @@ BI.IconTextItem = BI.inherit(BI.BasicButton, { iconWrapperWidth: null, iconHeight: null, iconWidth: null, - textWidth: null, iconCls: "", textHgap: 0, textVgap: 0, @@ -33,7 +32,6 @@ 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,