fixed pagination breaking on tablets
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<h5 class="text-h5 mb-4">Packages</h5>
|
<h5 class="text-h5 mb-4">Packages</h5>
|
||||||
|
|
||||||
<v-row :style="mobile ? '' : 'height: 60px'" width="100%">
|
<v-row :style="mobile ? '' : 'height: 60px'" width="100%">
|
||||||
<v-col class="v-col-12 v-col-sm-4 v-col-lg-2">
|
<v-col class="v-col-12 v-col-sm-2 v-col-lg-2">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="inputPkgBase"
|
v-model="inputPkgBase"
|
||||||
clearable
|
clearable
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
variant="outlined"></v-text-field>
|
variant="outlined"></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col class="v-col-12 v-col-sm-4 v-col-lg-2 mt-n6 mt-sm-0">
|
<v-col class="v-col-12 v-col-sm-2 v-col-lg-2 mt-n6 mt-sm-0">
|
||||||
<v-select
|
<v-select
|
||||||
v-model="selectRepo"
|
v-model="selectRepo"
|
||||||
:items="selectRepoItems"
|
:items="selectRepoItems"
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
variant="outlined"></v-select>
|
variant="outlined"></v-select>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col class="v-col-12 v-col-sm-4 v-col-lg-3 mt-n6 mt-sm-0">
|
<v-col class="v-col-12 v-col-sm-2 v-col-lg-3 mt-n6 mt-sm-0">
|
||||||
<v-select
|
<v-select
|
||||||
v-model="selectStatus"
|
v-model="selectStatus"
|
||||||
:items="selectStatusItems"
|
:items="selectStatusItems"
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
variant="outlined"></v-select>
|
variant="outlined"></v-select>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col class="v-col-12 v-col-sm-4 v-col-lg-2 mt-n6 mt-sm-0">
|
<v-col class="v-col-12 v-col-sm-2 v-col-lg-2 mt-n6 mt-sm-0">
|
||||||
<v-switch v-model="enableExact" color="primary" label="Exact search"></v-switch>
|
<v-switch v-model="enableExact" color="primary" label="Exact search"></v-switch>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
<v-pagination
|
<v-pagination
|
||||||
v-model="page"
|
v-model="page"
|
||||||
:length="pagesMax"
|
:length="pagesMax"
|
||||||
:total-visible="mobile ? undefined : 4"
|
:total-visible="mobile ? undefined : 3"
|
||||||
active-color="primary"
|
active-color="primary"
|
||||||
density="comfortable"
|
density="comfortable"
|
||||||
start="1"
|
start="1"
|
||||||
|
Reference in New Issue
Block a user