diff --git a/assets/main.scss b/assets/main.scss index 81f8a68..e505c27 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -327,12 +327,20 @@ button { @apply w-full flex-nowrap; input { - @apply w-20 bg-slate-300; + @apply w-20 bg-slate-100; } } &_checkbox { - @apply w-full xl:w-auto flex-row xl:flex-initial flex-nowrap gap-4; + @apply w-full xl:w-auto flex-row xl:flex-initial flex-nowrap gap-2 items-center; + + label { + @apply leading-none; + } + + svg { + @apply text-slate-500; + } } &_range { @@ -350,13 +358,13 @@ button { } } - &_color { + &_picker { @apply w-full; - } - // input[type=range] { - // @apply min-w-[calc(100%-8rem)] xl:min-w-min py-0 -translate-y-1/2; - // } + svg { + @apply text-slate-500; + } + } } } diff --git a/components/calc/models.vue b/components/calc/models.vue index 1dcae39..3729cdc 100644 --- a/components/calc/models.vue +++ b/components/calc/models.vue @@ -25,7 +25,7 @@ const cameraStat = reactive({ - + diff --git a/components/calc/values.vue b/components/calc/values.vue index bcf3b51..c2484ca 100644 --- a/components/calc/values.vue +++ b/components/calc/values.vue @@ -198,10 +198,10 @@ const calc_table = computed(() => {
- + :goto_cam="new Vector3(1, 2, -1)" />
@@ -241,16 +241,18 @@ const calc_table = computed(() => {
- + +

Рекомендуем вам включить автоподбор длины секции

-
-
- + +