Commit 7261cc528e5edee055f0c07c375f3db641847f79
1 parent
b972db9e
update Select Tag style
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
src/styles/components/select.less
... | ... | @@ -205,12 +205,18 @@ |
205 | 205 | height: 24px; |
206 | 206 | line-height: 22px; |
207 | 207 | margin: 3px 4px 3px 0; |
208 | + i{ | |
209 | + top: 2px; | |
210 | + } | |
208 | 211 | } |
209 | 212 | |
210 | 213 | &-large&-multiple .@{css-prefix}tag{ |
211 | 214 | height: 28px; |
212 | 215 | line-height: 26px; |
213 | 216 | font-size: @font-size-base; |
217 | + i{ | |
218 | + top: 1px; | |
219 | + } | |
214 | 220 | } |
215 | 221 | |
216 | 222 | &-small&-multiple .@{css-prefix}tag{ |
... | ... | @@ -219,6 +225,9 @@ |
219 | 225 | font-size: @font-size-small; |
220 | 226 | padding: 0 6px; |
221 | 227 | margin: 3px 4px 2px 0; |
228 | + i{ | |
229 | + top: 1px; | |
230 | + } | |
222 | 231 | } |
223 | 232 | |
224 | 233 | &-dropdown-list { | ... | ... |