From bb06438420d8bacfede5180f4b3b61b4c9fd519c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Tue, 14 Oct 2025 14:36:53 +0800 Subject: [PATCH] =?UTF-8?q?token=E8=A7=84=E5=88=99=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=A1=86=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homePage.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/homePage.vue b/src/views/homePage.vue index 4b50581..04ed859 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -2972,7 +2972,7 @@ body { max-width: 500px; width: 70vw; max-height: 70vh; - overflow-y: auto; + /* overflow-y: auto; */ box-sizing: border-box; } @@ -3039,7 +3039,7 @@ body { .tokenRuleDialogContent { width: 80vw; padding: 15px 20px; - max-height: 80vh; + max-height: 85vh; } .tokenRuleDialogTitle { @@ -3225,6 +3225,13 @@ body { font-size: 1rem; } } + +@media (min-width: 320px) and (max-width: 375px) { + .tokenRuleDialog { + bottom: 10%; + } + +}