From 011dd12278b28f8e2c29b5cb7f54f94a2f3244cb Mon Sep 17 00:00:00 2001 From: DwCay Date: Thu, 30 Mar 2023 19:54:21 +0300 Subject: [PATCH] =?UTF-8?q?WIP=20=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D0=BE=D1=82=D1=81=D1=82=D1=83=D0=BF=D1=8B=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B2=D1=80=D0=B0=D0=BF=D0=B5=D1=80=D0=B5=20?= =?UTF-8?q?=D1=84=D0=BE=D1=80=D0=BC=20=D0=BC=D0=B5=D0=B4=20=D0=BA=D0=B0?= =?UTF-8?q?=D1=80=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/newMedicalCard/components/MedicalFormWrapper.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/newMedicalCard/components/MedicalFormWrapper.vue b/src/pages/newMedicalCard/components/MedicalFormWrapper.vue index 8ccf8da..487dc4a 100644 --- a/src/pages/newMedicalCard/components/MedicalFormWrapper.vue +++ b/src/pages/newMedicalCard/components/MedicalFormWrapper.vue @@ -3,7 +3,7 @@ transition(name="medical-form", mode="out-in") .loader.absolute.flex.items-center.justify-center.w-full.h-full.rounded(v-if="isLoadingData") base-loader - .flex.flex-col.h-full.gap-25px.m-6 + .flex.flex-col.h-full.gap-25px.p-6 .flex.w-fit.gap-11px.items-center span.font-bold.text-base {{title}} q-icon.edit-button.text-lg.cursor-pointer(name="app:edit" v-if="!thisEdit" @click="clickEditForm" size="20")