调整登录卡片位置并彻底消除白边 - 卡片左移,强化全局样式重置

This commit is contained in:
AIGC Developer
2025-10-21 17:48:35 +08:00
parent 9266d98de3
commit c2924c51f3
2 changed files with 21 additions and 11 deletions

View File

@@ -233,7 +233,7 @@ const handleLogin = async () => {
.login-card {
position: absolute;
top: 50%;
right: 8%;
right: 15%; /* 往左移动一些 */
transform: translateY(-50%);
width: 500px;
background: rgba(26, 26, 46, 0.8);