diff --git a/assets/main.scss b/assets/main.scss index 454381e..8bf6159 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -240,7 +240,7 @@ a[href^="#"] { } &-close { - @apply absolute right-3 top-3 text-4xl opacity-50; + @apply absolute right-3 top-3 text-4xl opacity-50 cursor-pointer; } &-status { diff --git a/components/calcValues.vue b/components/calcValues.vue index 4082f31..e0bc488 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -240,7 +240,8 @@ const goal = (target: string, params: object) => {
Ламели, RAL {{ lamelle_color }}, {{ getColorNameFromRal(lamelle_color)?.toLowerCase() }}
-
{{ 1 * lamelles_count }}
+
+ Доп. {{ 1 * lamelles_count }}
{{ `${parseFloat(form_state.extra_section.toString()).toFixed(2)}\xa0мм` }}
diff --git a/components/modal.vue b/components/modal.vue index e64d4a5..37ae5a1 100644 --- a/components/modal.vue +++ b/components/modal.vue @@ -239,9 +239,6 @@ const policy = () => {

данные расчета