mirror of
https://github.com/songquanpeng/one-api.git
synced 2026-02-14 10:04:23 +08:00
chore: update style
This commit is contained in:
@@ -163,13 +163,19 @@ const LoginForm = () => {
|
||||
>
|
||||
<div>
|
||||
{t('auth.login.forgot_password')}
|
||||
<Link to='/reset' style={{ color: '#2185d0' }}>
|
||||
<Link
|
||||
to='/reset'
|
||||
style={{ color: '#2185d0', marginLeft: '2px' }}
|
||||
>
|
||||
{t('auth.login.reset_password')}
|
||||
</Link>
|
||||
</div>
|
||||
<div>
|
||||
{t('auth.login.no_account')}
|
||||
<Link to='/register' style={{ color: '#2185d0' }}>
|
||||
<Link
|
||||
to='/register'
|
||||
style={{ color: '#2185d0', marginLeft: '2px' }}
|
||||
>
|
||||
{t('auth.login.register')}
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user