mirror of https://github.com/ElemeFE/element
Pagination: optimize styles for small pagination (#10808)
parent
14eef644e9
commit
5c0c5b8eae
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue