feat: refs #7874 improve vn-notes ui #938

Merged
jorgep merged 2 commits from 7874-improveVnNotesUi into dev 2024-11-14 15:21:25 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 8e0b098756 - Show all commits

View File

@ -66,7 +66,10 @@ onBeforeRouteLeave((to, from, next) => {
@on-fetch="(data) => (observationTypes = data)"
/>
<QCard class="q-pa-xs q-mb-lg full-width" v-if="$props.addNote">
<QCardSection class="q-px-xs q-mt-sm q-py-none">
<QCardSection horizontal>
{{ t('New note') }}
</QCardSection>
<QCardSection class="q-px-xs q-my-none q-py-none">
<VnRow class="full-width">
<VnSelect
:label="t('Observation type')"