From 6ef9418ac106f66a1b651208d887c6c206407b12 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 27 Mar 2021 21:53:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/platform/web/config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/core/platform/web/config.js b/src/core/platform/web/config.js index 52771f68b..6cdaabeeb 100644 --- a/src/core/platform/web/config.js +++ b/src/core/platform/web/config.js @@ -113,13 +113,6 @@ BI.prepares.push(function () { } } }); - BI.Plugin.configWidget("bi.flex_vertical", function (ob) { - if (ob.scrollable === true || ob.scrollx === true) { - if (ob.hgap > 0 || ob.rgap > 0) {// flex中最后一个margin-right不生效 - return BI.extend({}, ob, {type: "bi.flex_scrollable_vertical"}); - } - } - }); BI.Plugin.configWidget("bi.radio", function (ob) { if (BI.isIE() && BI.getIEVersion() <= 9) {