Centered pagination
This commit is contained in:
parent
4ad1414be7
commit
5a9ae69368
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
<tr>
|
||||
<td colspan="3">
|
||||
<q-pagination
|
||||
class="text-center"
|
||||
v-model="page"
|
||||
:max="pageMax"
|
||||
></q-pagination>
|
||||
|
@ -39,6 +40,7 @@
|
|||
<tr>
|
||||
<td colspan="3">
|
||||
<q-pagination
|
||||
class="text-center"
|
||||
v-model="page"
|
||||
:max="pageMax"
|
||||
></q-pagination>
|
||||
|
|
Loading…
Add table
Reference in a new issue