0
0
Fork 0

refs #6105 spacing card notes

This commit is contained in:
Jorge Penadés 2023-08-24 14:59:11 +02:00
parent 86874b1dc7
commit 75e0f4c7fe
1 changed files with 1 additions and 1 deletions

View File

@ -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" />