From cad4c57867b08541bb560e871b690e4e730cc1b8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 15 四月 2023 14:29:27 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/custom/index.scss | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/index.scss b/src/tabviews/custom/index.scss index 6799e47..2c2a5fe 100644 --- a/src/tabviews/custom/index.scss +++ b/src/tabviews/custom/index.scss @@ -49,3 +49,8 @@ display: none; } } +.custom-page-wrap.mk-scroll { + height: calc(100vh - 93px); + overflow: auto; + margin: 0!important; +} -- Gitblit v1.8.0