From 9adb37e1dd73ac7bdeda8d36bb154a5e53c77a06 Mon Sep 17 00:00:00 2001 From: minimaxagent1 Date: Fri, 8 Aug 2025 09:32:54 +0800 Subject: [PATCH] =?UTF-8?q?monk=E9=A1=B5=E9=9D=A2=E7=B2=BE=E7=AE=80?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/monk/monk.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pages/monk/monk.vue b/pages/monk/monk.vue index d3787de..a1b320f 100644 --- a/pages/monk/monk.vue +++ b/pages/monk/monk.vue @@ -109,25 +109,20 @@ .page { width: 100%; min-height: 100vh; - background: transparent; border-radius: 0rpx 0rpx 0rpx 0rpx; - /* 移除padding-top,因为导航栏已经处理了状态栏适配 */ } .header { display: flex; flex-direction: column; align-items: center; - min-height: 100vh; - background-color: transparent; + margin: 10px 14px 40rpx 14px; /* 减少顶部间距 */ width: 694rpx; border-radius: 16rpx; position: relative; } - - .monk-list { width: 100%; margin-top: 24rpx;