fix:登录页表单宽度调整

This commit is contained in:
shijing 2026-04-09 15:28:41 +08:00
parent 45d4bc47dc
commit d06cf5c270
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ const onLogin = async () => {
}
.login-card {
width: 380px;
width: 405px;
padding: 32px;
border-radius: 16px;
background: rgba(255, 255, 255, 0.95);