From 25c0e518f1359e92d73d72fc232a28eb2357bf8e Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Mon, 10 Nov 2025 11:19:16 +0800 Subject: [PATCH] 1.修复系统推出后,登录界面显示异常 --- src/components/login/Login.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/login/Login.css b/src/components/login/Login.css index 909a387..d7c82cf 100644 --- a/src/components/login/Login.css +++ b/src/components/login/Login.css @@ -112,7 +112,7 @@ position: absolute; width: 330px; height: 320px; - padding: 0 27px; + padding: 0 27px!important; /*top: 2%;*/ right: 5%; background: #fff; @@ -185,7 +185,7 @@ } .loginBottom { - margin-bottom: 0; + margin-bottom: 0!important; } .loginButton { -- libgit2 0.22.2