diff --git a/assets/main.scss b/assets/main.scss index 1d0fa2c..518bbd6 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -323,6 +323,18 @@ button { @apply w-full xl:w-auto flex-row xl:flex-initial flex-nowrap gap-4; } + &_range { + @apply w-full; + + >div { + @apply flex flex-nowrap w-full gap-2 items-center; + + input { + @apply flex-grow; + } + } + } + &_color { @apply w-full; } diff --git a/components/calc/values.vue b/components/calc/values.vue index fb91092..4b0d430 100644 --- a/components/calc/values.vue +++ b/components/calc/values.vue @@ -226,19 +226,23 @@ const calc_table = computed(() => {
-
+
- - +
+ {{ form_state.length.toFixed(0) }} мм + +
-
+
- - +
+ {{ form_state.height }} мм + +