From 16e340a9573234f21764778bdb91c4a643922dff Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Mon, 25 Jun 2018 20:15:21 +0800 Subject: [PATCH] update Page style --- src/styles/components/page.less | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/src/styles/components/page.less b/src/styles/components/page.less index b7850fa..83183f5 100644 --- a/src/styles/components/page.less +++ b/src/styles/components/page.less @@ -80,12 +80,14 @@ &-item-jump-prev:hover { i:after { content: "\F115"; + margin-left: -8px; } } &-item-jump-next:hover { i:after { content: "\F11F"; + margin-left: -8px; } } -- libgit2 0.21.4