🤔style(ui): remove large size in auth components

This commit is contained in:
t0ng7u
2025-08-18 03:39:17 +08:00
parent 1074f8acb1
commit da802ece3b
4 changed files with 2 additions and 32 deletions

View File

@@ -120,7 +120,6 @@ const PasswordResetForm = () => {
label={t('邮箱')}
placeholder={t('请输入您的邮箱地址')}
name="email"
size="large"
value={email}
onChange={handleChange}
prefix={<IconMail />}
@@ -132,7 +131,6 @@ const PasswordResetForm = () => {
className="w-full !rounded-full"
type="primary"
htmlType="submit"
size="large"
onClick={handleSubmit}
loading={loading}
disabled={disableButton}