|
@@ -7,13 +7,13 @@
|
|
|
white-space: nowrap;
|
|
|
padding: 2px 5px;
|
|
|
color: $--pagination-font-color;
|
|
|
- font-weight: bold;
|
|
|
+ font-weight: 500;
|
|
|
@include utils-clearfix;
|
|
|
|
|
|
span:not([class*=suffix]),
|
|
|
button {
|
|
|
display: inline-block;
|
|
|
- font-size: $--pagination-font-size;
|
|
|
+ font-size: $--pagination-font-size-default;
|
|
|
min-width: $--pagination-button-width;
|
|
|
height: $--pagination-button-height;
|
|
|
line-height: $--pagination-button-height;
|
|
@@ -29,6 +29,7 @@
|
|
|
|
|
|
// pagesize 的下拉 icon
|
|
|
.el-input__suffix {
|
|
|
+ display: none;
|
|
|
right: 0;
|
|
|
transform: scale(.8);
|
|
|
}
|
|
@@ -38,7 +39,7 @@
|
|
|
margin: 0 5px;
|
|
|
|
|
|
.el-input__inner {
|
|
|
- padding-right: 25px;
|
|
|
+ padding: 0 15px;
|
|
|
border-radius: $--pagination-border-radius;
|
|
|
}
|
|
|
}
|
|
@@ -130,13 +131,17 @@
|
|
|
}
|
|
|
|
|
|
@include e(sizes) {
|
|
|
- margin: 0 10px 0 0;
|
|
|
+ margin: 0 6px 0 0;
|
|
|
font-weight: normal;
|
|
|
- color: $--color-text-regular;
|
|
|
+ color: $--color-text-primary;
|
|
|
|
|
|
.el-input .el-input__inner {
|
|
|
- font-size: $--pagination-font-size;
|
|
|
+ font-size: $--pagination-font-size-default;
|
|
|
padding-left: 8px;
|
|
|
+ height: $--pagination-button-height;
|
|
|
+ line-height: $--pagination-button-height;
|
|
|
+ color: $--color-text-primary;
|
|
|
+ border: 1px solid #ECECEC;
|
|
|
|
|
|
&:hover {
|
|
|
border-color: $--pagination-hover-color;
|
|
@@ -147,17 +152,26 @@
|
|
|
@include e(total) {
|
|
|
margin-right: 10px;
|
|
|
font-weight: normal;
|
|
|
- color: $--color-text-regular;
|
|
|
+ color: $--color-text-primary;
|
|
|
}
|
|
|
|
|
|
@include e(jump) {
|
|
|
- margin-left: 24px;
|
|
|
+ margin-left: 0;
|
|
|
font-weight: normal;
|
|
|
- color: $--color-text-regular;
|
|
|
+ color: $--color-text-primary;
|
|
|
|
|
|
.el-input__inner {
|
|
|
padding: 0 3px;
|
|
|
}
|
|
|
+
|
|
|
+ .el-pagination__confirm{
|
|
|
+ margin: 0 0 0 8px;
|
|
|
+ padding: 0 8px;
|
|
|
+ height: $--pagination-button-height;
|
|
|
+ border: 1px solid #E0E0E0;
|
|
|
+ border-radius: 4px;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@include e(rightwrapper) {
|
|
@@ -170,7 +184,7 @@
|
|
|
height: $--pagination-button-height;
|
|
|
|
|
|
text-align: center;
|
|
|
- margin: 0 2px;
|
|
|
+ margin: 0 8px;
|
|
|
box-sizing: border-box;
|
|
|
border-radius: $--pagination-border-radius;
|
|
|
|
|
@@ -180,6 +194,7 @@
|
|
|
|
|
|
&.el-input .el-input__inner {
|
|
|
height: $--pagination-button-height;
|
|
|
+ border: 1px solid #ECECEC;
|
|
|
}
|
|
|
|
|
|
.el-input__inner::-webkit-inner-spin-button,
|
|
@@ -193,11 +208,12 @@
|
|
|
.btn-prev,
|
|
|
.btn-next,
|
|
|
.el-pager li {
|
|
|
- margin: 0 5px;
|
|
|
- background-color: $--color-info-lighter;
|
|
|
- color: $--color-text-regular;
|
|
|
- min-width: 30px;
|
|
|
+ margin: 0 4px;
|
|
|
+ background-color: $--color-white;
|
|
|
+ color: $--color-text-primary;
|
|
|
+ min-width: 32px;
|
|
|
border-radius: 2px;
|
|
|
+ border: 1px solid #ECECEC;
|
|
|
|
|
|
&.disabled {
|
|
|
color: $--color-text-placeholder;
|
|
@@ -248,11 +264,11 @@
|
|
|
}
|
|
|
|
|
|
li {
|
|
|
- padding: 0 4px;
|
|
|
+ padding: 0 8px;
|
|
|
background: $--pagination-background-color;
|
|
|
vertical-align: top;
|
|
|
display: inline-block;
|
|
|
- font-size: $--pagination-font-size;
|
|
|
+ font-size: $--pagination-font-size-default;
|
|
|
min-width: $--pagination-button-width;
|
|
|
height: $--pagination-button-height;
|
|
|
line-height: $--pagination-button-height;
|