From e53ada1265d8905778e32aa09ada6907dfa99f7a Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 20 Nov 2021 17:49:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/platform/web/config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/core/platform/web/config.js b/src/core/platform/web/config.js index ccfd4fe8a..f6ce80dfb 100644 --- a/src/core/platform/web/config.js +++ b/src/core/platform/web/config.js @@ -141,7 +141,11 @@ BI.prepares.push(function () { scrolly: false }, ob, {type: "bi.flex_vertical"}); } - return BI.extend({}, ob, {type: "bi.vtape"}); + return BI.extend({}, ob, { + type: "bi.td", + items: BI.map(ob.items, function (i, item) { + return [item]; + })}); }); BI.Plugin.configWidget("bi.left_right_vertical_adapt", function (ob) {