This commit is contained in:
乐仪 2016-06-02 22:08:52 +08:00
commit 2f0ad39dcc
2 changed files with 2 additions and 1 deletions

View File

@ -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>
);
},

View File

@ -54,6 +54,7 @@
&-green,
&-yellow,
&-red {
border: 0;
&,
a,
a:hover,