- 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:
@@ -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>`;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user