Commit 06d81700 authored by 刘安琪's avatar 刘安琪

调整分页样式

parent 53519ab5
......@@ -7,7 +7,6 @@
white-space: nowrap;
padding: 2px 5px;
color: $--pagination-font-color;
font-weight: bold;
@include utils-clearfix;
span:not([class*=suffix]),
......@@ -18,9 +17,9 @@
// height: $--pagination-button-height;
// line-height: $--pagination-button-height;
font-size: 14px;
min-width: 32px;
height: 32px;
line-height: 32px;
min-width: 28px;
height: 28px;
line-height: 28px;
vertical-align: top;
box-sizing: border-box;
}
......@@ -91,12 +90,10 @@
}
.btn-prev {
padding-right: 12px;
margin-right: 8px;
}
.btn-next {
padding-left: 12px;
margin-left: 4px;
margin-right: 12px;
}
......@@ -273,9 +270,9 @@
padding: 0 8px;
font-size: 14px;
color: #333333;
min-width: 32px;
height: 32px;
line-height: 32px;
min-width: 28px;
height: 28px;
line-height: 26px;
cursor: pointer;
box-sizing: border-box;
text-align: center;
......
......@@ -4459,8 +4459,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-pagination {
white-space: nowrap;
padding: 2px 5px;
color: #333333;
font-weight: bold; }
color: #333333; }
.el-pagination::before,
.el-pagination::after {
display: table;
......@@ -4471,9 +4470,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-pagination button {
display: inline-block;
font-size: 14px;
min-width: 32px;
height: 32px;
line-height: 32px;
min-width: 28px;
height: 28px;
line-height: 28px;
vertical-align: top;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
......@@ -4521,10 +4520,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
font-size: 12px;
font-weight: bold; }
.el-pagination .btn-prev {
padding-right: 12px;
margin-right: 8px; }
.el-pagination .btn-next {
padding-left: 12px;
margin-left: 4px;
margin-right: 12px; }
.el-pagination .el-pager li.disabled {
......@@ -4639,9 +4636,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding: 0 8px;
font-size: 14px;
color: #333333;
min-width: 32px;
height: 32px;
line-height: 32px;
min-width: 28px;
height: 28px;
line-height: 26px;
cursor: pointer;
-webkit-box-sizing: border-box;
box-sizing: border-box;
......@@ -3200,8 +3200,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-pagination {
white-space: nowrap;
padding: 2px 5px;
color: #333333;
font-weight: bold; }
color: #333333; }
.el-pagination::before,
.el-pagination::after {
display: table;
......@@ -3212,9 +3211,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-pagination button {
display: inline-block;
font-size: 14px;
min-width: 32px;
height: 32px;
line-height: 32px;
min-width: 28px;
height: 28px;
line-height: 28px;
vertical-align: top;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
......@@ -3262,10 +3261,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
font-size: 12px;
font-weight: bold; }
.el-pagination .btn-prev {
padding-right: 12px;
margin-right: 8px; }
.el-pagination .btn-next {
padding-left: 12px;
margin-left: 4px;
margin-right: 12px; }
.el-pagination .el-pager li.disabled {
......@@ -3380,9 +3377,9 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
padding: 0 8px;
font-size: 14px;
color: #333333;
min-width: 32px;
height: 32px;
line-height: 32px;
min-width: 28px;
height: 28px;
line-height: 26px;
cursor: pointer;
-webkit-box-sizing: border-box;
box-sizing: border-box;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment