We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00bdccb commit a98549aCopy full SHA for a98549a
src/pages/login/pwd-login/index.tsx
@@ -65,16 +65,15 @@ export function Component() {
65
rules={userNameRules}
66
name="userName"
67
>
68
- <Input></Input>
+ <Input />
69
</Form.Item>
70
71
<Form.Item
72
rules={pwd}
73
name="password"
74
75
- <Input.Password autoComplete="password"></Input.Password>
+ <Input.Password autoComplete="password" />
76
77
- </Form>
78
<Space
79
direction="vertical"
80
className="w-full"
@@ -131,7 +130,7 @@ export function Component() {
131
130
})}
132
</div>
133
</Space>
134
-
+ </Form>
135
</>
136
);
137
}
0 commit comments