From 624c64e8aebb8dc791ecf41bed2389114aee29af Mon Sep 17 00:00:00 2001 From: zsmj Date: Thu, 21 Apr 2022 11:10:09 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=97=A0JIRA=20=20=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E6=97=A0=E6=84=8F=E4=B9=89=E7=9A=84scrolly"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit eadbe4ec2deee6b1f7cb5da2b74bce3ea02a2c3d. --- src/core/platform/web/config.js | 1 + src/core/wrapper/layout/fill/auto.vtape.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/platform/web/config.js b/src/core/platform/web/config.js index fa310ca1f..3bd279aab 100644 --- a/src/core/platform/web/config.js +++ b/src/core/platform/web/config.js @@ -159,6 +159,7 @@ BI.prepares.push(function () { return BI.extend({ horizontalAlign: BI.HorizontalAlign.Stretch, verticalAlign: BI.VerticalAlign.Stretch, + scrolly: false }, ob, {type: "bi.flex_vertical"}); } if (ob.scrollable === true || ob.scrollx === true || ob.scrolly === true) { diff --git a/src/core/wrapper/layout/fill/auto.vtape.js b/src/core/wrapper/layout/fill/auto.vtape.js index 2086258be..16491ebab 100644 --- a/src/core/wrapper/layout/fill/auto.vtape.js +++ b/src/core/wrapper/layout/fill/auto.vtape.js @@ -1,7 +1,7 @@ BI.AutoVerticalTapeLayout = BI.inherit(BI.Layout, { props: function () { return BI.extend(BI.AutoVerticalTapeLayout.superclass.props.apply(this, arguments), { - baseCls: "bi-auto-vtape", + baseCls: "bi-auto-htape", horizontalAlign: BI.HorizontalAlign.Stretch, verticalAlign: BI.VerticalAlign.Stretch, hgap: 0,