mirror of https://github.com/openspug/spug
U 更新系统设置
parent
86f9a86aeb
commit
7ebe699d74
|
@ -4,7 +4,6 @@
|
||||||
* Released under the MIT License.
|
* Released under the MIT License.
|
||||||
*/
|
*/
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { Button, Form, Input } from 'antd';
|
|
||||||
import styles from './index.module.css';
|
import styles from './index.module.css';
|
||||||
|
|
||||||
|
|
||||||
|
@ -12,16 +11,6 @@ export default function BasicSetting(props) {
|
||||||
return (
|
return (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<div className={styles.title}>基本设置</div>
|
<div className={styles.title}>基本设置</div>
|
||||||
<Form style={{maxWidth: 320}}>
|
|
||||||
<Form.Item colon={false} label="昵称">
|
|
||||||
<Input placeholder="请输入"/>
|
|
||||||
</Form.Item>
|
|
||||||
<Form.Item colon={false} label="邮箱">
|
|
||||||
<Input placeholder="请输入"/>
|
|
||||||
</Form.Item>
|
|
||||||
|
|
||||||
<Button type="primary">保存设置</Button>
|
|
||||||
</Form>
|
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue