Merge pull request #4535 from weidapao/2.0
fix(form): button的type不存在ghost
This commit is contained in:
commit
65ac50a008
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