From 7b1d7684b9dd3e647bc2eed13e5aa59b7d4d0d1c Mon Sep 17 00:00:00 2001 From: xianyi Date: Thu, 27 Nov 2025 15:38:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/UI7/UI7.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/pages/UI7/UI7.css b/src/pages/UI7/UI7.css index bac3758..913f436 100644 --- a/src/pages/UI7/UI7.css +++ b/src/pages/UI7/UI7.css @@ -1,5 +1,5 @@ .ui7-text-wrapper { - height: 1080px; + height: 670px; width: 975px; border: 2px solid #000; border-radius: 30px; @@ -7,12 +7,15 @@ overflow-y: auto; overflow-x: hidden; /* 隐藏滚动条但保持滚动功能 */ - scrollbar-width: none; /* Firefox */ - -ms-overflow-style: none; /* IE 和 Edge */ + scrollbar-width: none; + /* Firefox */ + -ms-overflow-style: none; + /* IE 和 Edge */ } .ui7-text-wrapper::-webkit-scrollbar { - display: none; /* Chrome, Safari, Opera */ + display: none; + /* Chrome, Safari, Opera */ } .ui7-text-content { @@ -97,4 +100,4 @@ border: none; outline: none; background-color: transparent; -} +} \ No newline at end of file