- aggiornato catalogo lista con filtri per editori e grafico
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user