Commit 5f6e94bdad1cbce522034ed5f1a8f8d5e2c80270
1 parent
16e340a9
update DatePicker
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/styles/components/date-picker.less
| @@ -191,6 +191,7 @@ | @@ -191,6 +191,7 @@ | ||
| 191 | margin-left: 10px; | 191 | margin-left: 10px; |
| 192 | i:after{ | 192 | i:after{ |
| 193 | content: "\F115"; | 193 | content: "\F115"; |
| 194 | + margin-left: -8px; | ||
| 194 | } | 195 | } |
| 195 | } | 196 | } |
| 196 | } | 197 | } |
| @@ -200,6 +201,7 @@ | @@ -200,6 +201,7 @@ | ||
| 200 | margin-right: 10px; | 201 | margin-right: 10px; |
| 201 | i:after{ | 202 | i:after{ |
| 202 | content: "\F11F"; | 203 | content: "\F11F"; |
| 204 | + margin-left: -8px; | ||
| 203 | } | 205 | } |
| 204 | } | 206 | } |
| 205 | } | 207 | } |