Pagination: optimize styles for small pagination (#10808)

pull/10822/head
Zong 2018-04-21 14:42:40 +08:00 committed by 杨奕
parent 14eef644e9
commit 5c0c5b8eae
1 changed files with 20 additions and 0 deletions

View File

@ -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) {