- Tag HTML sugli annunci non vengono visualizzati correttamente... <div>...</div>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user