From 07241b5efb79f026b0f0c3ec324fd508f3a54010 Mon Sep 17 00:00:00 2001
From: cherishsince <cherishsince@aliyun.com>
Date: Fri, 17 May 2024 23:47:53 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A4=84=E7=90=86=E3=80=91=E5=85=A8?=
 =?UTF-8?q?=E5=B1=80=E6=BB=9A=E5=8A=A8=E6=9D=A1=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/App.vue | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/App.vue b/src/App.vue
index 7407d97a..1f5f36d7 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -54,4 +54,8 @@ body {
 .#{$prefix-cls}-grey-mode {
   filter: grayscale(100%);
 }
+
+.scrollbar__view {
+  height: 99%!important;
+}
 </style>