- aggiornato catalogo lista con filtri per editori e grafico

This commit is contained in:
Surya Paolo
2025-02-13 21:15:04 +01:00
parent cdefb91bef
commit f0098e57b2
58 changed files with 245 additions and 116 deletions

View File

@@ -228,6 +228,27 @@
addstr="px"
@update:model-value="modifElem"
></CMySlider>
<CMySlider
v-if="myel.type === shared_consts.ELEMTYPE.CATALOGLIST"
label="Lunghezza Card:"
v-model="myel.widthcard"
:min="10"
:max="1000"
color="green"
addstr="px"
@update:model-value="modifElem"
></CMySlider>
<CMySlider
label="Altezza Card:"
v-model="myel.heightcard"
:min="10"
:max="1000"
color="red"
addstr="px"
@update:model-value="modifElem"
></CMySlider>
</div>
</q-expansion-item>