better list scaling
This commit is contained in:
parent
710eadc49b
commit
28fc9e9629
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
<v-dialog v-model="showDialog">
|
||||
</v-dialog>
|
||||
<v-row>
|
||||
<v-col cols="8" xs="12" sm="12" md="8">
|
||||
<v-col cols="8" xs="12" sm="12" md="12" lg="8">
|
||||
<v-progress-linear indeterminate color="blue" :active="loading"></v-progress-linear>
|
||||
<RecycleScroller class="scroller"
|
||||
:items="filteredContracts"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</v-row>
|
||||
<v-btn v-if="site_info.features.addmedfeed" color="warning" @click="editMedFeed()">+ Add</v-btn>
|
||||
<v-row>
|
||||
<v-col cols="8" xs="12" sm="12" md="8">
|
||||
<v-col cols="12" xs="12" sm="12" md="12" lg=8>
|
||||
<v-progress-linear indeterminate color="blue" :active="loading"></v-progress-linear>
|
||||
<RecycleScroller class="scroller"
|
||||
:items="filteredMedFeeds"
|
||||
|
|
Loading…
Reference in a new issue