From b84d395b431dc5b8de95cbc37b40579373152bd1 Mon Sep 17 00:00:00 2001 From: xuli Date: Fri, 12 Dec 2025 18:05:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/notice/notice.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/notice/notice.vue b/src/pages/notice/notice.vue index 243a7d8..7e4b582 100644 --- a/src/pages/notice/notice.vue +++ b/src/pages/notice/notice.vue @@ -260,7 +260,7 @@ const handleJump = (item)=>{ } .scroll-h{ /* #ifdef APP-PLUS */ - height: calc(100vh - 120px); + height: calc(100vh - 150px); /* #endif */ /* #ifndef APP-PLUS */ height: calc(100vh - 160px);