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 | 191 | margin-left: 10px; |
192 | 192 | i:after{ |
193 | 193 | content: "\F115"; |
194 | + margin-left: -8px; | |
194 | 195 | } |
195 | 196 | } |
196 | 197 | } |
... | ... | @@ -200,6 +201,7 @@ |
200 | 201 | margin-right: 10px; |
201 | 202 | i:after{ |
202 | 203 | content: "\F11F"; |
204 | + margin-left: -8px; | |
203 | 205 | } |
204 | 206 | } |
205 | 207 | } | ... | ... |