From 87d917f5a873b927c44fb84ceb32be32a3f60d34 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 13 Jun 2022 16:52:54 +0800 Subject: [PATCH] =?UTF-8?q?bufix:=20vertical=E6=94=AF=E6=8C=81horizontalAl?= =?UTF-8?q?ign=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/platform/web/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/platform/web/config.js b/src/core/platform/web/config.js index bcbf6caa4..eeda344b0 100644 --- a/src/core/platform/web/config.js +++ b/src/core/platform/web/config.js @@ -53,7 +53,7 @@ BI.prepares.push(function () { return BI.extend({}, ob, { horizontalAlign: BI.HorizontalAlign.Stretch, type: "bi.vertical", - items: BI.map(ob.items, function (item) { + items: BI.map(ob.items, function (i, item) { return { type: "bi.inline", horizontalAlign: ob.horizontalAlign,