fix pagine che non comparivano immagini

This commit is contained in:
Surya Paolo
2022-12-11 18:34:01 +01:00
parent c743977b66
commit ac01af43cb
9 changed files with 10 additions and 10 deletions

View File

@@ -37,10 +37,10 @@
margin-left: auto;
margin-right: auto;
max-height: 350px;
max-height: 500px;
max-width: 350px;
@media (max-width: 500px) {
max-height: 400px;
max-height: 500px;
max-width: 400px;
}
}

View File

@@ -92,7 +92,7 @@
col.tipovisu === costanti.TipoVisu.NONE) &&
myvalue
"
class="q-pa-xs full-width justify-"
class="full-width"
>
<q-item
clickable

View File

@@ -6759,7 +6759,7 @@ export const tools = {
} else {
// console.log('username', username, 'table', table)
if (arrimage && arrimage.length > 0) {
return `upload/profile/${username}/${table}` + arrimage[0].imagefile
return `upload/profile/${username}/${table}/` + arrimage[0].imagefile
} else {
return ''
}