|
@@ -97,6 +97,8 @@
|
|
|
.btn-prev,
|
|
|
.btn-next,
|
|
|
.el-pager li,
|
|
|
+ .el-pager li.btn-quicknext,
|
|
|
+ .el-pager li.btn-quickprev,
|
|
|
.el-pager li:last-child {
|
|
|
border-color: transparent;
|
|
|
font-size: 12px;
|
|
@@ -108,6 +110,24 @@
|
|
|
.arrow.disabled {
|
|
|
visibility: hidden;
|
|
|
}
|
|
|
+
|
|
|
+ .more::before,
|
|
|
+ li.more::before {
|
|
|
+ line-height: 24px;
|
|
|
+ }
|
|
|
+
|
|
|
+ span:not([class*=suffix]),
|
|
|
+ button {
|
|
|
+ height: 22px;
|
|
|
+ line-height: 22px;
|
|
|
+ }
|
|
|
+
|
|
|
+ @include e(editor) {
|
|
|
+ height: 22px;
|
|
|
+ &.el-input .el-input__inner {
|
|
|
+ height: 22px;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@include e(sizes) {
|