Commit 16e340a9573234f21764778bdb91c4a643922dff
1 parent
ca69e094
update Page style
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/styles/components/page.less
| @@ -80,12 +80,14 @@ | @@ -80,12 +80,14 @@ | ||
| 80 | &-item-jump-prev:hover { | 80 | &-item-jump-prev:hover { |
| 81 | i:after { | 81 | i:after { |
| 82 | content: "\F115"; | 82 | content: "\F115"; |
| 83 | + margin-left: -8px; | ||
| 83 | } | 84 | } |
| 84 | } | 85 | } |
| 85 | 86 | ||
| 86 | &-item-jump-next:hover { | 87 | &-item-jump-next:hover { |
| 87 | i:after { | 88 | i:after { |
| 88 | content: "\F11F"; | 89 | content: "\F11F"; |
| 90 | + margin-left: -8px; | ||
| 89 | } | 91 | } |
| 90 | } | 92 | } |
| 91 | 93 |