Merge remote-tracking branch 'origin/feature/0905_登录注册流程重构' into test
This commit is contained in:
@ -67,14 +67,18 @@
|
||||
登录
|
||||
</Button>
|
||||
<div class="flex justify-between btn-row">
|
||||
<Button
|
||||
type="text"
|
||||
class="!color-#939499 !p-0 !h-22px hover:color-#6D4CFE"
|
||||
size="small"
|
||||
@click="onForgetPassword"
|
||||
>
|
||||
忘记密码?
|
||||
</Button>
|
||||
<div>
|
||||
<Button
|
||||
v-show="!isCaptchaLogin"
|
||||
class="!color-#939499 !p-0 !h-22px hover:color-#6D4CFE"
|
||||
size="small"
|
||||
type="text"
|
||||
@click="onForgetPassword"
|
||||
>
|
||||
忘记密码?
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
<Button
|
||||
type="text"
|
||||
class="!color-#939499 !p-0 !h-22px hover:color-#6D4CFE"
|
||||
|
||||
@ -6,11 +6,11 @@
|
||||
}
|
||||
.ant-input-affix-wrapper {
|
||||
height: 48px;
|
||||
padding: 0 10px;
|
||||
padding: 10px 16px;
|
||||
border-radius: 8px !important;
|
||||
.ant-input {
|
||||
border-radius: 8px !important;
|
||||
font-size: 16px;
|
||||
font-size: 16px !important;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 24px;
|
||||
|
||||
Reference in New Issue
Block a user