Commit 20fea156 authored by esatakpunar's avatar esatakpunar

image size updated

parent 3fbdcc53
...@@ -64,7 +64,7 @@ export default { ...@@ -64,7 +64,7 @@ export default {
</template> </template>
<template v-slot:[`item.image`]="{ item }"> <template v-slot:[`item.image`]="{ item }">
<img width="100" :src="`${item.image}`" /> <img width="75" :src="`${item.image}`" />
</template> </template>
<template v-slot:[`item.actions`]="{ item }"> <template v-slot:[`item.actions`]="{ item }">
......
...@@ -129,7 +129,7 @@ export default { ...@@ -129,7 +129,7 @@ export default {
</template> </template>
<template v-slot:[`item.image`]="{ item }"> <template v-slot:[`item.image`]="{ item }">
<img width="100" :src="`${item.image}`" /> <img width="75" :src="`${item.image}`" />
</template> </template>
<template v-slot:[`item.actions`]="{ item }"> <template v-slot:[`item.actions`]="{ item }">
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment