- Corretto la possibilità di effettuare un Ordine di libri, sul sito gruppomacro.app. arriverà una email a "info@gruppomacro.app".

This commit is contained in:
Surya Paolo
2025-06-03 01:01:40 +02:00
parent 94d844c104
commit 12f816b738
18 changed files with 1150 additions and 899 deletions

View File

@@ -368,10 +368,10 @@ export default defineComponent({
clcol = `text-white`;
}
if (catalog?.backcolor) {
mystyle = `background-color: ` + catalog?.backcolor + '; ';
mystyle = `background-color: ${catalog?.backcolor};`;
}
testo =
`<span class="book-text-up ${clcol}" style=${mystyle}>` + testo + `</span>`;
`<span class="book-text-up ${clcol}" style="${mystyle}">` + testo + `</span>`;
}
}