From f59c3beb2ad45de1c5c01a073fe2ebe5d91b1e6d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 12 一月 2023 19:48:02 +0800 Subject: [PATCH] Merge branch 'develop' --- src/pc/components/login/normal-login/index.scss | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pc/components/login/normal-login/index.scss b/src/pc/components/login/normal-login/index.scss index 037a7f7..a94c222 100644 --- a/src/pc/components/login/normal-login/index.scss +++ b/src/pc/components/login/normal-login/index.scss @@ -34,7 +34,7 @@ // margin-top: 45px; .login-form-button { width: 100%; - height: 40px; + height: 42px; line-height: 1; font-size: 18px; margin-bottom: 15px; @@ -42,7 +42,7 @@ } .sign-form-button { width: 100%; - height: 40px; + height: 42px; line-height: 1; font-size: 18px; margin-bottom: 15px; -- Gitblit v1.8.0