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,12 +205,18 @@ | ||
| 205 | height: 24px; | 205 | height: 24px; |
| 206 | line-height: 22px; | 206 | line-height: 22px; |
| 207 | margin: 3px 4px 3px 0; | 207 | margin: 3px 4px 3px 0; |
| 208 | + i{ | ||
| 209 | + top: 2px; | ||
| 210 | + } | ||
| 208 | } | 211 | } |
| 209 | 212 | ||
| 210 | &-large&-multiple .@{css-prefix}tag{ | 213 | &-large&-multiple .@{css-prefix}tag{ |
| 211 | height: 28px; | 214 | height: 28px; |
| 212 | line-height: 26px; | 215 | line-height: 26px; |
| 213 | font-size: @font-size-base; | 216 | font-size: @font-size-base; |
| 217 | + i{ | ||
| 218 | + top: 1px; | ||
| 219 | + } | ||
| 214 | } | 220 | } |
| 215 | 221 | ||
| 216 | &-small&-multiple .@{css-prefix}tag{ | 222 | &-small&-multiple .@{css-prefix}tag{ |
| @@ -219,6 +225,9 @@ | @@ -219,6 +225,9 @@ | ||
| 219 | font-size: @font-size-small; | 225 | font-size: @font-size-small; |
| 220 | padding: 0 6px; | 226 | padding: 0 6px; |
| 221 | margin: 3px 4px 2px 0; | 227 | margin: 3px 4px 2px 0; |
| 228 | + i{ | ||
| 229 | + top: 1px; | ||
| 230 | + } | ||
| 222 | } | 231 | } |
| 223 | 232 | ||
| 224 | &-dropdown-list { | 233 | &-dropdown-list { |