Skip to content

Commit

Permalink
style/feat: Sterilization carried out closer to the form 3 linesup 💎
Browse files Browse the repository at this point in the history
  • Loading branch information
Sr-Iury committed Oct 23, 2024
1 parent a91bd9b commit 7892cf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions components/Section/Calendario/Forms/Form3.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const $emit = defineEmits(['close', 'next', 'back']);
/>
</div>

<div class="flex items-center mt-4">
<div class="lineup flex items-center mt-4">
<span class="font-bold mr-2">Recuperação 2</span>
<hr class="divider flex-grow m-0" />
</div>
Expand Down Expand Up @@ -98,7 +98,7 @@ const $emit = defineEmits(['close', 'next', 'back']);
/>
</div>

<div class="flex items-center mt-4">
<div class="lineup flex items-center mt-4">
<span class="font-bold mr-2">Exame</span>
<hr class="divider flex-grow m-0" />
</div>
Expand Down Expand Up @@ -210,4 +210,8 @@ const $emit = defineEmits(['close', 'next', 'back']);
.date-fields .v-text-field {
flex: 1;
}
.lineup{
margin-bottom: -18px;
}
</style>
2 changes: 1 addition & 1 deletion components/Section/Calendario/Modal/ModalForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const isActive = ref(false);

<template v-slot:="{ isActive }">
<v-card class="dialog-style">
<SectionCalendarioFormsForm2 @close="isActive.value = false" />
<SectionCalendarioFormsForm3 @close="isActive.value = false" />
</v-card>
</template>
</v-dialog>
Expand Down

0 comments on commit 7892cf9

Please sign in to comment.