From 0680f37605a2739087f6f28f880c8ed1779c9fb2 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Thu, 30 Oct 2025 16:28:28 +0800 Subject: [PATCH] fix --- src/views/login/LoginPage.vue | 4 ++-- src/views/login/SignupPage.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/login/LoginPage.vue b/src/views/login/LoginPage.vue index 6bc5a9d..54c6501 100644 --- a/src/views/login/LoginPage.vue +++ b/src/views/login/LoginPage.vue @@ -243,7 +243,7 @@ const handleSignup = () => { .input-field { width: 100%; height: 10rem; - padding: 16px 20px; + padding: 1.6rem 2rem; border: 2px solid #fff; background: transparent; border-radius: 7.1rem; @@ -289,7 +289,7 @@ const handleSignup = () => { .google-button { width: 100%; - padding: 16px; + padding: 1.6rem; border: 2px solid #fff; border-radius: 7rem; font-size: 3.83rem; diff --git a/src/views/login/SignupPage.vue b/src/views/login/SignupPage.vue index 29372e9..fc3de9a 100644 --- a/src/views/login/SignupPage.vue +++ b/src/views/login/SignupPage.vue @@ -259,7 +259,7 @@ const handleSignupByGoogle = async () => { .input-field { width: 100%; height: 10rem; - padding: 16px 20px; + padding: 1.6rem 2rem; border: 2px solid #fff; background: transparent; border-radius: 7.1rem; @@ -294,7 +294,7 @@ const handleSignupByGoogle = async () => { .google-button { width: 100%; - padding: 16px; + padding: 1.6rem; border: 2px solid #fff; border-radius: 7rem; font-size: 3.83rem;