vuetify-rework #2
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user