Change layout
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
:key="index"
|
||||
class="d-flex"
|
||||
cols="12"
|
||||
lg="6"
|
||||
md="6"
|
||||
>
|
||||
<v-card
|
||||
:color="item.color"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user