diff --git a/src/styles/components/tag.less b/src/styles/components/tag.less index 39d8055..e5a644d 100644 --- a/src/styles/components/tag.less +++ b/src/styles/components/tag.less @@ -103,6 +103,8 @@ } .@{tag-close-prefix-cls} { margin-left: 18px !important; + left: 4px; + top: 1px; } } @@ -198,6 +200,9 @@ .@{tag-close-prefix-cls}:hover { color: #fff; } + .@{tag-close-prefix-cls}{ + top: 2px; + } } &-primary, -- libgit2 0.21.4