+
{{ totalText }}
@@ -218,7 +218,7 @@ const handleJumperSubmit = () => {
:size="props.size === 'small' ? 'xsmall' : 'small'"
:variant="props.variant === 'ghost' ? 'ghost' : 'default'"
:disabled="disabled"
- :class="$style.PageSizeSelect"
+ :class="$style.pageSizeSelect"
@update:model-value="handlePageSizeUpdate"
/>
@@ -233,9 +233,9 @@ const handleJumperSubmit = () => {
:show-edges="showEdges"
@update:page="handlePageUpdate"
>
-
+
-
+
{{ prevText }}
@@ -252,18 +252,18 @@ const handleJumperSubmit = () => {
…
-
+
{{ item.value }}
-
+
{{ nextText }}
@@ -273,14 +273,14 @@ const handleJumperSubmit = () => {
-
-
Go to
+
+ Go to
@@ -290,7 +290,7 @@ const handleJumperSubmit = () => {