From 5595375ddc12da63ad5acf9b0068a124b299fb7e Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Tue, 5 Nov 2024 09:53:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/templates/login.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/login.html b/ruoyi-admin/src/main/resources/templates/login.html index 387dd04..4ff34ca 100644 --- a/ruoyi-admin/src/main/resources/templates/login.html +++ b/ruoyi-admin/src/main/resources/templates/login.html @@ -32,15 +32,15 @@ left: 50px; top: 6px; } - .signinpanel{ + .signinpanel { width: 488px; - margin: 0; - color: rgba(49, 49, 49, 0.95); + margin: 0; + color: rgba(49, 49, 49, 0.95); height: 400px; background: white; position: absolute; - top: 25%; - left: 34%; + top: 27%; + left: 36%; border-radius: 20px; box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.3); }