From 5d0b27c56808761c7e73ef6c90d220788d9b4e65 Mon Sep 17 00:00:00 2001 From: kron Date: Tue, 5 Aug 2025 16:26:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ScrollList.vue | 3 +++ src/manifest.json | 1 + src/pages/point-book-list.vue | 5 +++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/ScrollList.vue b/src/components/ScrollList.vue index 5dd1708..4f0a0bc 100644 --- a/src/components/ScrollList.vue +++ b/src/components/ScrollList.vue @@ -55,6 +55,9 @@ watch( { width: 40px; } .point-records { - padding: 15px; - height: calc(100% - 30px); + margin: 15px; + margin-bottom: 0; + height: calc(100% - 70px); }