This commit is contained in:
lencx
2023-01-06 18:44:35 +08:00
parent bb6e431bd9
commit ec20d03c50
14 changed files with 14 additions and 23 deletions

View File

@@ -153,11 +153,8 @@ export default function General() {
<Form.Item>
<Space size={20}>
<Button onClick={onCancel}>Cancel</Button>
<Button type="primary" htmlType="submit">
Submit
</Button>
<a onClick={onReset}>Reset to defaults</a>
<Button type="primary" htmlType="submit">Submit</Button>
<Button type="dashed" onClick={onReset}>Reset to defaults</Button>
</Space>
</Form.Item>