diff --git a/components/tag/demo/basic.md b/components/tag/demo/basic.md index 096d7b1554..4450aee8ce 100644 --- a/components/tag/demo/basic.md +++ b/components/tag/demo/basic.md @@ -16,6 +16,6 @@ ReactDOM.render(
, mountNode); ```` diff --git a/components/tag/style/index.less b/components/tag/style/index.less index f1a2ff612c..1129dcb7ca 100644 --- a/components/tag/style/index.less +++ b/components/tag/style/index.less @@ -29,7 +29,7 @@ &-text { a:first-child:last-child { - display: block; + display: inline-block; margin: 0 -8px; padding: 0 8px; }