Button add new prop 'long'

Button add new prop 'long'
This commit is contained in:
梁灏 2016-11-21 10:00:52 +08:00
parent b88f42eb62
commit 71d9fc8e45
3 changed files with 16 additions and 2 deletions

View file

@ -5,6 +5,11 @@
<i-button type="warning">按钮</i-button>
<i-button type="error">按钮</i-button>
<i-button type="info">按钮</i-button>
<i-button icon="ios-search" type="success"></i-button>
<br><br>
<div style="width:400px;height:200px;">
<i-button type="error" long size="small">按钮</i-button>
</div>
<br><br>
<Button-group>
<i-button>取消</i-button>