Change layout

This commit is contained in:
2020-04-28 19:57:49 +02:00
parent 3d2f950433
commit cbe1a8a7b7
5 changed files with 34 additions and 25 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
:key="index"
class="d-flex"
cols="12"
lg="6"
md="6"
>
<v-card
:color="item.color"
+9
View File
@@ -35,6 +35,15 @@
</div>
</template>
<template v-slot:item.actions="{ item }">
<v-icon
small
color="secondary"
dark
class="mr-2"
@click="editItem(item)"
>
mdi-eye
</v-icon>
<v-icon
small
color="secondary"