From 15e7bdce90677af6ae67c98ca139b0af08e2cab6 Mon Sep 17 00:00:00 2001 From: Ethereal <3432649580@qq.com> Date: Sat, 25 Oct 2025 17:09:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=89=E6=8B=A9=E9=A1=B5?= =?UTF-8?q?=E6=BB=91=E5=8A=A8=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/start/select/select.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pages/start/select/select.vue b/pages/start/select/select.vue index 6639963..0ee3f1c 100644 --- a/pages/start/select/select.vue +++ b/pages/start/select/select.vue @@ -53,8 +53,11 @@ function toLogin() { align-items: center; /* justify-content: space-between; */ padding: 40rpx; - height: 100vh; + height: 90vh; background-color: #ffffff; + overflow: hidden; + max-height: 100vh; + -webkit-overflow-scrolling: none; } .title-section { @@ -90,7 +93,7 @@ function toLogin() { min-height: 786rpx; width: 420rpx; height: 786rpx; - border-radius: 40rpx; + border-radius: 50rpx; padding: 40rpx; box-shadow: 0 20rpx 40rpx rgba(0, 0, 0, 0.3); position: relative; @@ -166,5 +169,7 @@ function toLogin() { .static-footer { position: fixed; bottom: 0; + left: 0; + right: 0; } \ No newline at end of file