fixed broken pagination

This commit is contained in:
2024-01-24 12:49:08 +01:00
parent 2470c7eb51
commit 38ff58b168

View File

@@ -36,15 +36,16 @@
</v-sheet> </v-sheet>
<v-sheet <v-sheet
class="d-flex align-center w-50 justify-end" class="d-flex align-center justify-end w-50"
color="transparent" color="transparent"
style="height: 60px; transform: translateX(30px)"> style="height: 60px">
<v-pagination <v-pagination
v-model="page" v-model="page"
:length="pagesMax" :length="pagesMax"
active-color="primary" active-color="primary"
density="comfortable" density="comfortable"
style="width: 75%" start="1"
total-visible="7"
variant="text"></v-pagination> variant="text"></v-pagination>
</v-sheet> </v-sheet>
</v-sheet> </v-sheet>