|
@ -1,7 +1,6 @@ |
|
|
@pagination-prefix-cls: ant-pagination; |
|
|
@pagination-prefix-cls: ant-pagination; |
|
|
|
|
|
|
|
|
.@{pagination-prefix-cls} { |
|
|
.@{pagination-prefix-cls} { |
|
|
user-select: none; |
|
|
|
|
|
font-size: @font-size-base; |
|
|
font-size: @font-size-base; |
|
|
|
|
|
|
|
|
&:after { |
|
|
&:after { |
|
@ -23,6 +22,7 @@ |
|
|
&-item { |
|
|
&-item { |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
border-radius: @border-radius-base; |
|
|
border-radius: @border-radius-base; |
|
|
|
|
|
user-select: none; |
|
|
min-width: 28px; |
|
|
min-width: 28px; |
|
|
height: 28px; |
|
|
height: 28px; |
|
|
line-height: 28px; |
|
|
line-height: 28px; |
|
|