feat: 登录卡片改为 maxWidth + calc 响应式宽度

This commit is contained in:
2026-07-03 10:16:08 +08:00
parent fea550ae69
commit 568f810377

View File

@@ -38,7 +38,8 @@ const LoginPage: React.FC = () => {
>
<Card
style={{
width: 400,
maxWidth: 400,
width: 'calc(100vw - 48px)',
borderRadius: 16,
boxShadow: '0 4px 24px rgba(0,0,0,0.08)',
border: 'none',