From 2e361ff919cb6225587b98a1020f0a0b8eeefbd7 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Fri, 31 May 2024 09:05:28 +0300 Subject: [PATCH] external el in edit --- front/assets/main.scss | 6 +++--- front/components/edit.vue | 5 +---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/front/assets/main.scss b/front/assets/main.scss index 324d6e7..12b0456 100644 --- a/front/assets/main.scss +++ b/front/assets/main.scss @@ -40,12 +40,12 @@ } dl { - // @apply grid grid-cols-4; + @apply grid grid-cols-12; dt { - // @apply col-span-1 + @apply col-span-full } dd { - @apply mb-2 + @apply mb-2 col-span-full col-start-2 } diff --git a/front/components/edit.vue b/front/components/edit.vue index 329a826..13da419 100644 --- a/front/components/edit.vue +++ b/front/components/edit.vue @@ -183,11 +183,8 @@ onMounted(async () => {

{{ external_data.partner?.find(el => el["Ref_Key"] == state.partner)?.Description }}