From a8d7c3cd8a9cd09b49f9f82bfddb32c9905f46dd Mon Sep 17 00:00:00 2001 From: iapyang Date: Tue, 8 Sep 2020 14:36:24 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-38729=20fix:=20=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=96=87=E5=AD=97=E5=AE=BD=E5=BA=A6=E4=B8=8D?= =?UTF-8?q?=E5=BE=97=E8=B6=85=E8=BF=87=E7=88=B6=E4=BA=B2=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/button/buttons/button.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/base/single/button/buttons/button.js b/src/base/single/button/buttons/button.js index 52461bdfd..2fcc76be6 100644 --- a/src/base/single/button/buttons/button.js +++ b/src/base/single/button/buttons/button.js @@ -74,6 +74,7 @@ BI.Button = BI.inherit(BI.BasicButton, { vgap: o.vgap, items: [{ type: "bi.horizontal", + columnSize: ["", "fill"], items: [this.icon, this.text] }] });