Browse Source

Merge branch 'master' of https://github.com/ant-design/ant-design

pull/1954/head
乐仪 9 years ago
parent
commit
2f0ad39dcc
  1. 2
      components/tag/demo/control.md
  2. 1
      components/tag/style/index.less

2
components/tag/demo/control.md

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

1
components/tag/style/index.less

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

Loading…
Cancel
Save