Commit 16e340a9573234f21764778bdb91c4a643922dff

Authored by 梁灏
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 80 &-item-jump-prev:hover {
81 81 i:after {
82 82 content: "\F115";
  83 + margin-left: -8px;
83 84 }
84 85 }
85 86  
86 87 &-item-jump-next:hover {
87 88 i:after {
88 89 content: "\F11F";
  90 + margin-left: -8px;
89 91 }
90 92 }
91 93  
... ...