mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-13 03:43:44 +08:00
chore: update style
This commit is contained in:
@@ -187,11 +187,8 @@ const RegisterForm = () => {
|
||||
name='email'
|
||||
type='email'
|
||||
action={
|
||||
<Button
|
||||
onClick={sendVerificationCode}
|
||||
disabled={loading}
|
||||
>
|
||||
{disableButton
|
||||
<Button onClick={sendVerificationCode} disabled={loading}>
|
||||
{disableButton
|
||||
? t('auth.register.get_code_retry', { countdown })
|
||||
: t('auth.register.get_code')}
|
||||
</Button>
|
||||
@@ -252,7 +249,10 @@ const RegisterForm = () => {
|
||||
}}
|
||||
>
|
||||
{t('auth.register.has_account')}
|
||||
<Link to='/login' style={{ color: '#2185d0' }}>
|
||||
<Link
|
||||
to='/login'
|
||||
style={{ color: '#2185d0', marginLeft: '2px' }}
|
||||
>
|
||||
{t('auth.register.login')}
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user