diff --git a/components/tag/style/index.less b/components/tag/style/index.less index 1129dcb7ca..66a1ecb3c0 100644 --- a/components/tag/style/index.less +++ b/components/tag/style/index.less @@ -9,7 +9,8 @@ height: 22px; padding: 0 8px; border-radius: @border-radius-base; - background: #f3f3f3; + border: 1px solid @border-color-split; + background: #f7f7f7; font-size: @font-size-base; transition: all 0.3s @ease-in-out-circ; vertical-align: middle;