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"
|
ref="vnPaginateRef"
|
||||||
>
|
>
|
||||||
<template #body="{ rows }">
|
<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>
|
<QCardSection horizontal>
|
||||||
<slot name="picture">
|
<slot name="picture">
|
||||||
<VnAvatar :worker="note.workerFk" />
|
<VnAvatar :worker="note.workerFk" />
|
||||||
|
|
Loading…
Reference in New Issue