Compare commits
No commits in common. "b08de3cef1b0338c88c1de52a28dc4bce74d242e" and "51d0b8ee51e54c44611fd846bb91c9cfc99b8c80" have entirely different histories.
b08de3cef1
...
51d0b8ee51
|
@ -1,5 +1,4 @@
|
|||
<script setup lang="ts">
|
||||
import { getColorHexFromRal, getColorNameFromRal } from '@/components/ral'
|
||||
const config = useRuntimeConfig()
|
||||
const apiBase = config.public.apiBase
|
||||
|
||||
|
@ -103,13 +102,10 @@ const submit = (e: any) => {
|
|||
Секций: {{ section_count }}
|
||||
</div>
|
||||
<div>
|
||||
Цвет столба:
|
||||
<input id="pillar_color" :value="getColorNameFromRal(pillar_color)" />
|
||||
|
||||
Цвет столба: {{ pillar_color }}
|
||||
</div>
|
||||
<div>
|
||||
Цвет ламелей:
|
||||
<input id="lamelle_color" :value="getColorNameFromRal(lamelle_color)" />
|
||||
Цвет ламелей: {{ lamelle_color }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex gap-4">
|
||||
|
|
Loading…
Reference in New Issue