Commit 95a4777c26953de8fbbb845317702a6ef29ee30e
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 | 197 | margin: 0; |
198 | 198 | border: 0; |
199 | 199 | height: 24px; |
200 | - line-height: 24px; | |
200 | + line-height: normal; | |
201 | 201 | font-size: 18px; |
202 | 202 | } |
203 | 203 | |
... | ... | @@ -205,6 +205,7 @@ |
205 | 205 | display: inline-block; |
206 | 206 | //float: left; |
207 | 207 | margin-right: 8px; |
208 | + vertical-align: middle; | |
208 | 209 | |
209 | 210 | input { |
210 | 211 | width: 30px; |
... | ... | @@ -254,7 +255,7 @@ |
254 | 255 | margin: 0; |
255 | 256 | min-width: @btn-circle-size-small; |
256 | 257 | height: @btn-circle-size-small; |
257 | - line-height: @btn-circle-size-small; | |
258 | + line-height: @btn-circle-size-small - 2px; | |
258 | 259 | border: 0; |
259 | 260 | |
260 | 261 | a { | ... | ... |