From 4cc1e6853f1d2cf48548e53bbe237b70d7ee2c3f Mon Sep 17 00:00:00 2001 From: huxuejian Date: Thu, 5 Feb 2026 17:11:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/archive/bind-popup.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/archive/bind-popup.vue b/pages/archive/bind-popup.vue index 367fa21..3e7502d 100644 --- a/pages/archive/bind-popup.vue +++ b/pages/archive/bind-popup.vue @@ -95,4 +95,7 @@ watch(() => props.visible, n => { width: 48rpx; height: 48rpx; } +.popup-content-scroll{ + max-height: 65vh; +} \ No newline at end of file