From 87a76d60b63e16beb9c4f45e65ec40fdac87e1ae Mon Sep 17 00:00:00 2001 From: 18500206848 Date: Thu, 25 Apr 2024 22:38:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/login.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/login.scss b/src/styles/login.scss index 246cd63..6250242 100644 --- a/src/styles/login.scss +++ b/src/styles/login.scss @@ -93,13 +93,13 @@ } } .login-border { - width: calc(50% - 304px); + width: calc(50% - 204px); min-width: 350px; // width: 500px!important; // height: 300px; // min-height: 600px; box-sizing: border-box; - padding: 20px; + padding: 50px; background-color: #fff; border-radius: 4px; // margin-left: 500px; @@ -195,7 +195,7 @@ .login-submit { width: 100%; - height: 50px; + height: 40px; background: #23a8ff; margin-top: 30px; border-radius: 8px;