- Tag HTML sugli annunci non vengono visualizzati correttamente... <div>...</div>

This commit is contained in:
Surya Paolo
2024-09-18 13:11:56 +02:00
parent d4e0f2cf1a
commit 1142526ed8
60 changed files with 1273 additions and 90 deletions

View File

@@ -156,7 +156,7 @@ export default defineComponent({
const largeHeight = ref('100vh')
const cardStyle = computed(() => ({
height: isSmall.value ? smallHeight.value : largeHeight.value,
// height: isSmall.value ? smallHeight.value : largeHeight.value,
transition: 'height 0.3s ease-in-out'
}))
@@ -165,13 +165,13 @@ export default defineComponent({
let queryreact = {}
if (usersList.value.tipofavbook === costanti.TIPOFAVBOOK.SEEN) {
queryreact = {seen: true}
queryreact = { seen: true }
} else if (usersList.value.tipofavbook === costanti.TIPOFAVBOOK.FAVORITE) {
queryreact = {fav: true}
queryreact = { fav: true }
} else if (usersList.value.tipofavbook === costanti.TIPOFAVBOOK.BOOKMARK) {
queryreact = {book: true}
queryreact = { book: true }
} else if (usersList.value.tipofavbook === costanti.TIPOFAVBOOK.ATTEND) {
queryreact = {attend: true}
queryreact = { attend: true }
}
return [{
@@ -195,7 +195,7 @@ export default defineComponent({
myrec.value = ris
notifStore.setAsRead(idnotif.value)
}).catch((err) => {
})
} else {
@@ -221,7 +221,7 @@ export default defineComponent({
async function mounted() {
load()
await nextTick()
}
function updateCard() {
@@ -644,7 +644,7 @@ export default defineComponent({
function toggleShowScheda() {
// updateCard()
isSmall.value = !isSmall.value
}
function showInMap(rec: any) {

View File

@@ -655,8 +655,9 @@
<q-item
clickable
v-if="
myrec.coordinate_gps.address ||
myrec.coordinate_gps.coordinates
myrec.coordinate_gps &&
(myrec.coordinate_gps.address ||
myrec.coordinate_gps.coordinates)
"
>
<q-item-section avatar>