Page add prev-text and next-text prop
This commit is contained in:
parent
1a4a76e903
commit
ac50d539aa
3 changed files with 20 additions and 5 deletions
|
@ -103,6 +103,7 @@
|
|||
&-item-jump-next {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
user-select: none;
|
||||
//float: left;
|
||||
min-width: @btn-circle-size;
|
||||
height: @btn-circle-size;
|
||||
|
@ -224,6 +225,10 @@
|
|||
padding: 0 8px 0 2px;
|
||||
}
|
||||
}
|
||||
|
||||
&-custom-text, &-custom-text:hover{
|
||||
border-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.@{page-prefix-cls} {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue