From 95a4777c26953de8fbbb845317702a6ef29ee30e Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Tue, 24 Jul 2018 14:39:33 +0800 Subject: [PATCH] update Page style --- src/styles/components/page.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/styles/components/page.less b/src/styles/components/page.less index 83183f5..7e35569 100644 --- a/src/styles/components/page.less +++ b/src/styles/components/page.less @@ -197,7 +197,7 @@ margin: 0; border: 0; height: 24px; - line-height: 24px; + line-height: normal; font-size: 18px; } @@ -205,6 +205,7 @@ display: inline-block; //float: left; margin-right: 8px; + vertical-align: middle; input { width: 30px; @@ -254,7 +255,7 @@ margin: 0; min-width: @btn-circle-size-small; height: @btn-circle-size-small; - line-height: @btn-circle-size-small; + line-height: @btn-circle-size-small - 2px; border: 0; a { -- libgit2 0.21.4