Page add prev-text and next-text prop

This commit is contained in:
梁灏 2018-06-22 11:02:07 +08:00
parent 1a4a76e903
commit ac50d539aa
3 changed files with 20 additions and 5 deletions

View file

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