From 38f05479e9fc5ce2d40147ae8dbb079d50b008e9 Mon Sep 17 00:00:00 2001 From: zsmj1994 Date: Wed, 31 Mar 2021 15:35:18 +0800 Subject: [PATCH] =?UTF-8?q?DEC-17954=20fix:=20vertical=5Fadapt=E5=9C=A8IE8?= =?UTF-8?q?=E5=8F=8A=E4=BB=A5=E4=B8=8A=E7=94=A8inline=5Fcenter=5Fadapt?= 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 d6cac0123..030c03897 100644 --- a/src/core/platform/web/config.js +++ b/src/core/platform/web/config.js @@ -69,7 +69,7 @@ BI.prepares.push(function () { return BI.extend({}, ob, {type: "bi.flex_center_adapt"}); // } } - if (!BI.isIE() || BI.getIEVersion() > 8) { + if (!BI.isIE() || BI.getIEVersion() >= 8) { return BI.extend({}, ob, {type: "bi.inline_center_adapt"}); } }