From 2bfaf85ba9957a565befd19d180ffa85d64e720c Mon Sep 17 00:00:00 2001 From: Kobi Date: Fri, 28 Aug 2020 10:01:57 +0800 Subject: [PATCH] =?UTF-8?q?BI-72047=20fix:=20=E5=8F=98=E9=87=8F=E5=90=8D?= =?UTF-8?q?=E9=94=99=E4=BA=86?= 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 ee604d440..b2d882b15 100644 --- a/src/core/platform/web/config.js +++ b/src/core/platform/web/config.js @@ -23,7 +23,7 @@ BI.prepares.push(function () { if (ob.horizontalAlign === BI.HorizontalAlign.Center || ob.horizontalAlign === BI.HorizontalAlign.Stretch) { return BI.extend(ob, {type: "bi.table_adapt"}); } - if (!IE && supportFlex) { + if (!isIE && supportFlex) { return BI.extend(ob, {type: "bi.flex_horizontal"}); } // 解决使用inline_vertical_adapt的顺序问题