Commit b972db9eae7b4436186b910d078bd9fd662bc5e4
1 parent
06a4433d
update Tag style
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
src/styles/components/tag.less
... | ... | @@ -103,6 +103,8 @@ |
103 | 103 | } |
104 | 104 | .@{tag-close-prefix-cls} { |
105 | 105 | margin-left: 18px !important; |
106 | + left: 4px; | |
107 | + top: 1px; | |
106 | 108 | } |
107 | 109 | } |
108 | 110 | |
... | ... | @@ -198,6 +200,9 @@ |
198 | 200 | .@{tag-close-prefix-cls}:hover { |
199 | 201 | color: #fff; |
200 | 202 | } |
203 | + .@{tag-close-prefix-cls}{ | |
204 | + top: 2px; | |
205 | + } | |
201 | 206 | } |
202 | 207 | |
203 | 208 | &-primary, | ... | ... |