- inserito il componente per scegliere il colore e la trasparenza, dello sfondo della pagina introduttiva
- corretto i margini del testo e la dimensione del font.
This commit is contained in:
@@ -96,6 +96,8 @@ export default defineComponent({
|
||||
const rigeneraLibri = ref(false);
|
||||
|
||||
const search = ref('');
|
||||
|
||||
const showColorPicker = ref(false);
|
||||
const optauthors = ref(<any>[]);
|
||||
|
||||
const strout = ref('');
|
||||
@@ -2691,9 +2693,10 @@ export default defineComponent({
|
||||
updateCatalogoPadre();
|
||||
}
|
||||
|
||||
function updatecatalogmodif(field: string, val: any) {
|
||||
async function updatecatalogmodif(field: string, val: any) {
|
||||
if (field) {
|
||||
myCatalog.value[field] = val;
|
||||
await saveCatalog();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2792,6 +2795,8 @@ export default defineComponent({
|
||||
updatecatalogmodif,
|
||||
tabgen,
|
||||
generaListaTempLibri,
|
||||
globalStore,
|
||||
showColorPicker,
|
||||
};
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user