Commit 95a4777c26953de8fbbb845317702a6ef29ee30e

Authored by 梁灏
1 parent 8df3390e

update Page style

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
src/styles/components/page.less
@@ -197,7 +197,7 @@ @@ -197,7 +197,7 @@
197 margin: 0; 197 margin: 0;
198 border: 0; 198 border: 0;
199 height: 24px; 199 height: 24px;
200 - line-height: 24px; 200 + line-height: normal;
201 font-size: 18px; 201 font-size: 18px;
202 } 202 }
203 203
@@ -205,6 +205,7 @@ @@ -205,6 +205,7 @@
205 display: inline-block; 205 display: inline-block;
206 //float: left; 206 //float: left;
207 margin-right: 8px; 207 margin-right: 8px;
  208 + vertical-align: middle;
208 209
209 input { 210 input {
210 width: 30px; 211 width: 30px;
@@ -254,7 +255,7 @@ @@ -254,7 +255,7 @@
254 margin: 0; 255 margin: 0;
255 min-width: @btn-circle-size-small; 256 min-width: @btn-circle-size-small;
256 height: @btn-circle-size-small; 257 height: @btn-circle-size-small;
257 - line-height: @btn-circle-size-small; 258 + line-height: @btn-circle-size-small - 2px;
258 border: 0; 259 border: 0;
259 260
260 a { 261 a {