From 7c6cf2fb25d9c44235701efd413311f173cf673a Mon Sep 17 00:00:00 2001 From: Childish-Ghost Date: Sat, 26 Jul 2025 17:16:41 +0800 Subject: [PATCH] =?UTF-8?q?V0.2.3.20250726=20=E2=80=94=E2=80=94=E2=80=94?= =?UTF-8?q?=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94?= =?UTF-8?q?=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=201.=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Del-menu-item=E5=85=A8=E5=B1=80=E5=BD=B1=E5=93=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98=202.=E6=9B=B4=E6=96=B0=E5=8D=95=E4=BD=8Dvh?= =?UTF-8?q?=E3=80=81vw=20lvh=E3=80=81lvw=20=E2=80=94=E2=80=94=E2=80=94?= =?UTF-8?q?=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94?= =?UTF-8?q?=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/ordinary/account.css | 2 +- src/components/account/sign-option.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/ordinary/account.css b/src/assets/ordinary/account.css index 8b7bad9..1b38735 100644 --- a/src/assets/ordinary/account.css +++ b/src/assets/ordinary/account.css @@ -4,5 +4,5 @@ align-items: center; /*background-color: red;*/ width: 100%; - height: 100vh; + height: 100lvh; } diff --git a/src/components/account/sign-option.css b/src/components/account/sign-option.css index 0e0b9c2..c484523 100644 --- a/src/components/account/sign-option.css +++ b/src/components/account/sign-option.css @@ -1,5 +1,5 @@ .el-button { margin-bottom: 25px; - height: 10vh; - width: 50vw; + height: 10lvh; + width: 50lvw; } \ No newline at end of file