mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
Merge branch 'master' of https://github.com/ant-design/ant-design
This commit is contained in:
commit
2f0ad39dcc
@ -41,7 +41,7 @@ const App = React.createClass({
|
||||
{tag.name}
|
||||
</Tag>
|
||||
)}
|
||||
<Button size="small" type="primary" onClick={this.addTag}>添加标签</Button>
|
||||
<Button size="small" type="dashed" onClick={this.addTag}>+ 添加标签</Button>
|
||||
</div>
|
||||
);
|
||||
},
|
||||
|
@ -54,6 +54,7 @@
|
||||
&-green,
|
||||
&-yellow,
|
||||
&-red {
|
||||
border: 0;
|
||||
&,
|
||||
a,
|
||||
a:hover,
|
||||
|
Loading…
Reference in New Issue
Block a user