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>
|
||||
<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>
|
||||
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
|
||||
</Form>
|
||||
|
|
Loading…
Add table
Reference in a new issue