From 4cd69dc90f83d487ae5321956bba19f9147c6143 Mon Sep 17 00:00:00 2001 From: Kira Date: Thu, 11 Mar 2021 09:23:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20fix:=20?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=86=99=E9=94=99=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/button/item.singleselect.radio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/case/button/item.singleselect.radio.js b/src/case/button/item.singleselect.radio.js index f84105cda1..3fc1983fa3 100644 --- a/src/case/button/item.singleselect.radio.js +++ b/src/case/button/item.singleselect.radio.js @@ -43,7 +43,7 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, { items: BI.LogicFactory.createLogicItemsByDirection("left", { type: "bi.center_adapt", items: [this.radio], - width: o.conWrapperWidth + width: o.iconWrapperWidth }, this.text) })))); },