forked from verdnatura/salix-front
refs #6105 spacing card notes
This commit is contained in:
parent
86874b1dc7
commit
75e0f4c7fe
|
@ -38,7 +38,7 @@ async function insert() {
|
|||
ref="vnPaginateRef"
|
||||
>
|
||||
<template #body="{ rows }">
|
||||
<QCard class="q-pa-md" v-for="(note, index) in rows" :key="index">
|
||||
<QCard class="q-pa-md q-mb-md" v-for="(note, index) in rows" :key="index">
|
||||
<QCardSection horizontal>
|
||||
<slot name="picture">
|
||||
<VnAvatar :worker="note.workerFk" />
|
||||
|
|
Loading…
Reference in New Issue