Compare commits

..

No commits in common. "b08de3cef1b0338c88c1de52a28dc4bce74d242e" and "51d0b8ee51e54c44611fd846bb91c9cfc99b8c80" have entirely different histories.

1 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,4 @@
<script setup lang="ts"> <script setup lang="ts">
import { getColorHexFromRal, getColorNameFromRal } from '@/components/ral'
const config = useRuntimeConfig() const config = useRuntimeConfig()
const apiBase = config.public.apiBase const apiBase = config.public.apiBase
@ -103,13 +102,10 @@ const submit = (e: any) => {
Секций: {{ section_count }} Секций: {{ section_count }}
</div> </div>
<div> <div>
Цвет столба: Цвет столба: {{ pillar_color }}
<input id="pillar_color" :value="getColorNameFromRal(pillar_color)" />
</div> </div>
<div> <div>
Цвет ламелей: Цвет ламелей: {{ lamelle_color }}
<input id="lamelle_color" :value="getColorNameFromRal(lamelle_color)" />
</div> </div>
</div> </div>
<div class="flex gap-4"> <div class="flex gap-4">