fix: button type不存在ghost
This commit is contained in:
parent
634c34e9a0
commit
f3cb9daee5
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<FormItem>
|
<FormItem>
|
||||||
<Button type="primary">Submit</Button>
|
<Button type="primary">Submit</Button>
|
||||||
<Button type="ghost" style="margin-left: 8px">Cancel</Button>
|
<Button type="primary" ghost style="margin-left: 8px">Cancel</Button>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
|
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
|
||||||
</Form>
|
</Form>
|
||||||
|
|
Loading…
Add table
Reference in a new issue