- Impostato i Font giusti e la corretta disposizione del testo e dei suoi margini.
- L'immagine del libro, se è piccolo, viene adattato alla dimensione fissa (vedere se va bene).
This commit is contained in:
@@ -68,3 +68,25 @@ body {
|
||||
flex-basis: 100%;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.book-title {
|
||||
font-family: 'DINPro-CondensedBold', sans-serif;
|
||||
color: rgba(255, 0, 0, 1);
|
||||
text-transform: uppercase;
|
||||
margin-top: calc(5 * var(--scalecatalog) * 1px);
|
||||
margin-bottom: calc(5 * var(--scalecatalog) * 1px);
|
||||
}
|
||||
|
||||
.book-author {
|
||||
font-family: 'DIN-Pro-Condensed-Regular', sans-serif;
|
||||
}
|
||||
|
||||
.book-descr {
|
||||
font-family: 'DINPro-BoldItalic', sans-serif;
|
||||
}
|
||||
|
||||
|
||||
.book-details {
|
||||
font-family: 'DINPro', sans-serif;
|
||||
margin-bottom: calc(5 * var(--scalecatalog) * 1px);
|
||||
}
|
||||
|
||||
@@ -167,6 +167,11 @@ export default defineComponent({
|
||||
}
|
||||
})
|
||||
|
||||
watch(() => props.optcatalogo.aggiorna, (newval, oldval) => {
|
||||
console.log('Aggiorna array...')
|
||||
generatearrProdToViewSorted()
|
||||
})
|
||||
|
||||
function resetSearch() {
|
||||
const mialista = getSearchList()
|
||||
if (mialista && mialista.value && mialista.value.hasOwnProperty('name')) {
|
||||
@@ -689,6 +694,7 @@ export default defineComponent({
|
||||
orientation: props.optcatalogo.areadistampa!.orientation,
|
||||
compress: props.optcatalogo.areadistampa!.compress,
|
||||
},
|
||||
enableLinks: true,
|
||||
}
|
||||
|
||||
console.log('opt di stampa', opt)
|
||||
|
||||
Reference in New Issue
Block a user