This commit is contained in:
2026-06-26 15:57:46 +08:00
parent d82c7a1490
commit 0903543994
5 changed files with 67 additions and 20 deletions
+3 -3
View File
@@ -372,10 +372,10 @@ const LoginPage: React.FC = () => {
{/* Right side - login/register form */}
<div className="login-right-section">
<Card style={{
width: '100%', maxWidth: 440, borderRadius: 20,
boxShadow: '0 20px 60px rgba(0,0,0,0.08)',
width: '100%', maxWidth: 400, borderRadius: 16,
boxShadow: '0 12px 40px rgba(0,0,0,0.08)',
border: '1px solid #e2e8f0', background: '#fff',
}} styles={{ body: { padding: '28px 24px' } }}>
}} styles={{ body: { padding: '24px 20px' } }}>
<Typography.Title level={3} style={{ textAlign: 'center', marginBottom: 6, color: '#1e293b', fontWeight: 700 }}>
{mode === 'register' ? '创建账号' : '欢迎回来'}
</Typography.Title>