This commit is contained in:
2020-01-31 22:08:09 +00:00
parent 1a7160bd6c
commit 50cb9b93d6
2 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@
v-for="c in item.columns"
:key="c.key"
>
<div class="v-data-table__mobile-row__header">
<div class="v-data-table__mobile-row__header mr-n5">
{{ getHeaderText(c.key) }}
</div>
<div class="v-data-table__mobile-row__cell">
@@ -147,7 +147,7 @@ export default {
records: [],
rowsPerPageItems: [5, 10, 25, 50, 100],
selected: [],
narrowFormat: false
narrowFormat: this.$vuetify.breakpoint.xs
};
},
props: {