Commit 5c0c5b8e authored by Zong's avatar Zong Committed by 杨奕

Pagination: optimize styles for small pagination (#10808)

parent 14eef644
...@@ -97,6 +97,8 @@ ...@@ -97,6 +97,8 @@
.btn-prev, .btn-prev,
.btn-next, .btn-next,
.el-pager li, .el-pager li,
.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev,
.el-pager li:last-child { .el-pager li:last-child {
border-color: transparent; border-color: transparent;
font-size: 12px; font-size: 12px;
...@@ -108,6 +110,24 @@ ...@@ -108,6 +110,24 @@
.arrow.disabled { .arrow.disabled {
visibility: hidden; 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) { @include e(sizes) {
......
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