From 08cce3334a2dc81d690b518136b0aaea64e48b0b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 14 六月 2023 09:55:50 +0800
Subject: [PATCH] 2023-06-14

---
 src/tabviews/custom/index.scss |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/tabviews/custom/index.scss b/src/tabviews/custom/index.scss
index 7d331eb..2c2a5fe 100644
--- a/src/tabviews/custom/index.scss
+++ b/src/tabviews/custom/index.scss
@@ -43,15 +43,14 @@
   .ant-btn-link:hover {
     opacity: 0.8;
   }
-  .button-list.toolbar-button {
-    button {
-      height: auto;
-      min-height: 28px;
-    }
-  }
 }
 .custom-page-wrap.loading {
   .ant-spin-spinning:not(.view-spin) {
     display: none;
   }
 }
+.custom-page-wrap.mk-scroll {
+  height: calc(100vh - 93px);
+  overflow: auto;
+  margin: 0!important;
+}

--
Gitblit v1.8.0