From ff3313a471daa84b89eaa9c78fc08f218837fb44 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Fri, 7 Jun 2024 13:21:01 +0300 Subject: [PATCH] calc --- assets/main.scss | 2 +- components/calcValues.vue | 4 +--- components/model/parametric.vue | 3 ++- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/assets/main.scss b/assets/main.scss index 6f1b24d..57562f9 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -67,7 +67,7 @@ a[href^="#"] { } } &_calc { - @apply pb-0; + @apply py-0; } &-content { diff --git a/components/calcValues.vue b/components/calcValues.vue index c7cbe46..e368108 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -49,7 +49,7 @@ const setPillarColor = (color: string) => { watch(form_state, changeParametres, { deep: true })