From 80ddb2c3a8005d8d7ffac497d1911c25e2059ac9 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Tue, 20 Jan 2026 21:56:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A8=A1=E5=BC=8F=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=BC=B9=E6=A1=86=E8=A6=86=E7=9B=96=E8=BF=87?= =?UTF-8?q?=E5=A4=A7=EF=BC=8C=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/main/home.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/main/home.vue b/src/pages/main/home.vue index 806791f..de2fed7 100644 --- a/src/pages/main/home.vue +++ b/src/pages/main/home.vue @@ -1455,6 +1455,8 @@ function toPay() { .nut-popup--bottom { box-shadow: 0px 1px 7px 0px rgb(20, 20, 20); border-radius: 0px; + max-height: 80vh; + overflow-y: auto; } .nut-popup--center.round {