From f64ddef4ff940b8bffdb4569e2692b20b0822bb1 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 17 Dec 2017 16:38:58 +0800 Subject: [PATCH] tweak pagination style --- components/pagination/style/index.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/pagination/style/index.less b/components/pagination/style/index.less index e3e76de0d0..bbca4489c3 100644 --- a/components/pagination/style/index.less +++ b/components/pagination/style/index.less @@ -173,7 +173,6 @@ font-size: 12px; display: block; height: @pagination-item-size - 2px; - line-height: @pagination-item-size - 2px; font-family: "anticon"; text-align: center; font-weight: 500; @@ -231,6 +230,7 @@ &-quick-jumper { display: inline-block; + vertical-align: top; height: @input-height-base; line-height: @input-height-base; @@ -251,6 +251,7 @@ border: 0; height: @pagination-item-size-sm; &:after { + height: @pagination-item-size-sm; line-height: @pagination-item-size-sm; } }