dev #89

Merged
jgallego merged 28 commits from dev into test 2023-08-31 09:12:54 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 75e0f4c7fe - Show all commits

View File

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