Complete main UI #37

Merged
FatttSnake merged 192 commits from FatttSnake into dev 2024-02-23 16:31:17 +08:00
Showing only changes of commit df16af6872 - Show all commits

View File

@@ -600,7 +600,7 @@ const User: React.FC = () => {
hidden={isDrawerEdit} hidden={isDrawerEdit}
name={'password'} name={'password'}
label={'密码'} label={'密码'}
rules={[{ required: true, whitespace: false }]} rules={[{ whitespace: false }]}
> >
<AntdInput.Password allowClear /> <AntdInput.Password allowClear />
</AntdForm.Item> </AntdForm.Item>