6336-refactor-claimSummary #227
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#227
Loading…
Reference in New Issue
No description provided.
Delete Branch "6336-refactor-claimSummary"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -55,0 +42,4 @@
<QCard
class="q-pa-xs q-mb-sm full-width"
v-for="(note, index) in rows"
:key="index"
Sugenrencia, veo que el texzto está pegado al borde o que el contenido de la card no respira.
Podemos añadirle a este div padding:7px como lo está haciendo Basic Data
Tiene exactamente el mismo padding total que Salix (8px)
@ -29,3 +29,3 @@
<QPage>
<VnSubToolbar />
<div class="q-pa-md"><RouterView></RouterView></div>
<div :class="$q.screen.gt.xs ? 'q-pa-md' : 'q-pa-xs'">
Demasiados remplazos, lo vemos con un composable.
Que ya tengo hecho
Subelo