style: login placeholder

This commit is contained in:
jialin
2026-06-12 22:20:31 +08:00
committed by jialin
parent 48159171c2
commit 8c06862705
2 changed files with 8 additions and 8 deletions
@@ -120,9 +120,6 @@ const LocalUserForm: React.FC<LocalUserFormProps> = (props) => {
>
<Input
autoComplete="username"
placeholder={intl.formatMessage({
id: 'common.login.username.holder'
})}
prefix={<UserOutlined />}
style={{ height: 44 }}
/>
@@ -150,9 +147,6 @@ const LocalUserForm: React.FC<LocalUserFormProps> = (props) => {
autoComplete="current-password"
prefix={<LockOutlined />}
style={{ height: 44 }}
placeholder={intl.formatMessage({
id: 'common.login.password.holder'
})}
suffix={
<Flex align="center" gap={0}>
<Button