Browse Source

Optimize pagination item block style, close #5557

pull/5598/head
afc163 8 years ago
parent
commit
58e521de71
  1. 13
      components/pagination/style/index.less

13
components/pagination/style/index.less

@ -17,7 +17,7 @@
} }
&-total-text { &-total-text {
float: left; display: inline-block;
height: 30px; height: 30px;
line-height: 30px; line-height: 30px;
margin-right: 10px; margin-right: 10px;
@ -32,7 +32,7 @@
line-height: 28px; line-height: 28px;
text-align: center; text-align: center;
list-style: none; list-style: none;
float: left; display: inline-block;
border: @border-width-base @border-style-base @border-color-base; border: @border-width-base @border-style-base @border-color-base;
background-color: @component-background; background-color: @component-background;
margin-right: 8px; margin-right: 8px;
@ -117,7 +117,6 @@
min-width: 28px; min-width: 28px;
height: 28px; height: 28px;
line-height: 28px; line-height: 28px;
float: left;
text-align: center; text-align: center;
transition: all 0.3s ease; transition: all 0.3s ease;
display: inline-block; display: inline-block;
@ -188,15 +187,15 @@
} }
&-options { &-options {
float: left; display: inline-block;
margin-left: 15px; margin-left: 15px;
&-size-changer { &-size-changer {
float: left; display: inline-block;
margin-right: 10px; margin-right: 10px;
} }
&-quick-jumper { &-quick-jumper {
float: left; display: inline-block;
height: @input-height-base; height: @input-height-base;
line-height: @input-height-base; line-height: @input-height-base;
@ -218,7 +217,7 @@
} }
&-simple &-simple-pager { &-simple &-simple-pager {
float: left; display: inline-block;
margin-right: 8px; margin-right: 8px;
input { input {

Loading…
Cancel
Save