minor adjustments to margins and paddings
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<h5 class="text-h5 mb-4">Packages</h5>
|
||||
|
||||
<v-row :style="mobile ? '' : 'height: 60px'" width="100%">
|
||||
<v-col class="v-col-12 v-col-sm-2">
|
||||
<v-col class="v-col-12 v-col-sm-4 v-col-lg-2">
|
||||
<v-text-field
|
||||
v-model="inputPkgBase"
|
||||
clearable
|
||||
@@ -12,7 +12,7 @@
|
||||
variant="outlined"></v-text-field>
|
||||
</v-col>
|
||||
|
||||
<v-col class="v-col-12 v-col-sm-2 mt-n6 mt-sm-0">
|
||||
<v-col class="v-col-12 v-col-sm-4 v-col-lg-2 mt-n6 mt-sm-0">
|
||||
<v-select
|
||||
v-model="selectRepo"
|
||||
:items="selectRepoItems"
|
||||
@@ -24,7 +24,7 @@
|
||||
variant="outlined"></v-select>
|
||||
</v-col>
|
||||
|
||||
<v-col class="v-col-12 v-col-sm-2 mt-n6 mt-sm-0">
|
||||
<v-col class="v-col-12 v-col-sm-4 v-col-lg-2 mt-n6 mt-sm-0">
|
||||
<v-select
|
||||
v-model="selectStatus"
|
||||
:items="selectStatusItems"
|
||||
@@ -36,11 +36,11 @@
|
||||
variant="outlined"></v-select>
|
||||
</v-col>
|
||||
|
||||
<v-col class="ms-auto v-col-auto mt-n6 mt-sm-0">
|
||||
<v-col :class="mobile ? 'mt-n6' : ''" :cols="mobile ? 12 : 'auto'" class="ms-auto">
|
||||
<v-pagination
|
||||
v-model="page"
|
||||
:length="pagesMax"
|
||||
:total-visible="mobile ? 5 : 7"
|
||||
:total-visible="mobile ? undefined : 7"
|
||||
active-color="primary"
|
||||
density="comfortable"
|
||||
start="1"
|
||||
|
||||
Reference in New Issue
Block a user