mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +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.name}
|
||||||
</Tag>
|
</Tag>
|
||||||
)}
|
)}
|
||||||
<Button size="small" type="primary" onClick={this.addTag}>添加标签</Button>
|
<Button size="small" type="dashed" onClick={this.addTag}>+ 添加标签</Button>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
@ -54,6 +54,7 @@
|
|||||||
&-green,
|
&-green,
|
||||||
&-yellow,
|
&-yellow,
|
||||||
&-red {
|
&-red {
|
||||||
|
border: 0;
|
||||||
&,
|
&,
|
||||||
a,
|
a,
|
||||||
a:hover,
|
a:hover,
|
||||||
|
Loading…
Reference in New Issue
Block a user