From 9dacad00bf874bcbbec41e488b8398bf15b6d7df Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 9 Mar 2026 13:32:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=9A=E5=A2=9E=E5=8A=A0=E8=A1=A8=E5=8D=95=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E5=92=8C=E6=B7=BB=E5=8A=A0=E6=9F=94=E5=92=8C=E9=98=B4?= =?UTF-8?q?=E5=BD=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index fdf6622..0b2ae3b 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -272,9 +272,12 @@ export default { } .login-form { - width: 410px; + width: 480px; margin: auto; - padding: 20px 0; + padding: 30px; + background: #fff; + border-radius: 12px; + box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); } .login-header {