diff --git a/assets/main.scss b/assets/main.scss index 7cfb543..2f7569d 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -79,7 +79,7 @@ body { } a:before { - @media screen and (max-width: 1280px) { + @media screen and (max-width: 1280px) { content: none; } } @@ -347,4 +347,20 @@ button { @apply cursor-not-allowed opacity-50 pointer-events-none; } } +} + +.calc_table { + @apply flex flex-col gap-4 max-w-4xl; + + >.grid { + @apply gap-4 border-solid border-b items-center last:border-b-0; + + >[class*=col] { + @apply p-2; + } + + >[class*=row-span]+[class*=col-span] { + @apply pl-4; + } + } } \ No newline at end of file diff --git a/components/calcValues.vue b/components/calcValues.vue index 9195f72..463c7dd 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -203,42 +203,39 @@ const goal = (target: string, params: object) => { -
+
-
-

- Окрашивается по технологии порошковой окраски:
- ламели: {{ getColorNameFromRal(lamelle_color)?.toLowerCase() }}; - столбы: {{ getColorNameFromRal(pillar_color)?.toLowerCase() }}. -

-
-
- -
\ No newline at end of file