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.name}
</Tag> </Tag>
)} )}
<Button size="small" type="primary" onClick={this.addTag}>添加标签</Button> <Button size="small" type="dashed" onClick={this.addTag}>+ 添加标签</Button>
</div> </div>
); );
}, },

View File

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