diff --git a/components/Section/Calendario/Forms/Form3.vue b/components/Section/Calendario/Forms/Form3.vue index 7854b577..18d830c7 100644 --- a/components/Section/Calendario/Forms/Form3.vue +++ b/components/Section/Calendario/Forms/Form3.vue @@ -67,7 +67,7 @@ const $emit = defineEmits(['close', 'next', 'back']); /> -
+
Recuperação 2
@@ -98,7 +98,7 @@ const $emit = defineEmits(['close', 'next', 'back']); />
-
+
Exame
@@ -210,4 +210,8 @@ const $emit = defineEmits(['close', 'next', 'back']); .date-fields .v-text-field { flex: 1; } + +.lineup{ + margin-bottom: -18px; +} diff --git a/components/Section/Calendario/Modal/ModalForm.vue b/components/Section/Calendario/Modal/ModalForm.vue index f08b1549..96e71b04 100644 --- a/components/Section/Calendario/Modal/ModalForm.vue +++ b/components/Section/Calendario/Modal/ModalForm.vue @@ -11,7 +11,7 @@ const isActive = ref(false);