1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user