vuetify-rework #2

Merged
anonfunc merged 18 commits from vuetify-rework into main 2024-01-24 16:11:55 +01:00
Showing only changes of commit 38ff58b168 - Show all commits

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>