- altro aggiornamento restying
- Invio RIS aggiornato - Eventi - Home Page restyling
This commit is contained in:
@@ -1539,6 +1539,41 @@
|
||||
label="Bottone Modifica"
|
||||
@update:model-value="modifElem"
|
||||
></q-toggle>
|
||||
<q-toggle
|
||||
v-model="myel.parambool5"
|
||||
color="positive"
|
||||
label="Compatto"
|
||||
@update:model-value="modifElem"
|
||||
></q-toggle>
|
||||
|
||||
<q-input
|
||||
dense
|
||||
label="Titolo Principale"
|
||||
@update:model-value="modifElem"
|
||||
v-model="myel.stiletit_str"
|
||||
filled
|
||||
v-on:keyup.enter="saveElem"
|
||||
>
|
||||
</q-input>
|
||||
<q-input
|
||||
dense
|
||||
label="Icona Titolo Normale:"
|
||||
@update:model-value="modifElem"
|
||||
v-model="myel.stiletit_icon"
|
||||
filled
|
||||
v-on:keyup.enter="saveElem"
|
||||
>
|
||||
</q-input>
|
||||
|
||||
<q-input
|
||||
dense
|
||||
label="Link Principale: /..."
|
||||
@update:model-value="modifElem"
|
||||
v-model="myel.container2"
|
||||
filled
|
||||
v-on:keyup.enter="saveElem"
|
||||
>
|
||||
</q-input>
|
||||
</div>
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.RACCOLTE_CATALOGHI"></div>
|
||||
|
||||
Reference in New Issue
Block a user