From ac01af43cbb03c49a2cce1cef26ce88bffd47f8c Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Sun, 11 Dec 2022 18:34:01 +0100 Subject: [PATCH] fix pagine che non comparivano immagini --- .env.development | 2 +- .env.example.production | 2 +- _ALL_SITES/riso.app/.env.development | 2 +- _ALL_SITES/riso.app/.env.production | 2 +- _ALL_SITES/riso.app/.env.test | 2 +- _ALL_SITES/terradellavisione.app/.env.development | 2 +- src/components/CMyCardPopup/CMyCardPopup.scss | 4 ++-- src/components/CMyPopupEdit/CMyPopupEdit.vue | 2 +- src/store/Modules/tools.ts | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.env.development b/.env.development index 325befe6..2809a585 100755 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.33" +APP_VERSION="0.5.34" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/.env.example.production b/.env.example.production index 99d4dde2..c9cf8943 100755 --- a/.env.example.production +++ b/.env.example.production @@ -1,4 +1,4 @@ -APP_VERSION="0.5.33" +APP_VERSION="0.5.34" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/riso.app/.env.development b/_ALL_SITES/riso.app/.env.development index 325befe6..2809a585 100755 --- a/_ALL_SITES/riso.app/.env.development +++ b/_ALL_SITES/riso.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.33" +APP_VERSION="0.5.34" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/riso.app/.env.production b/_ALL_SITES/riso.app/.env.production index 8f883a80..b041df35 100644 --- a/_ALL_SITES/riso.app/.env.production +++ b/_ALL_SITES/riso.app/.env.production @@ -1,4 +1,4 @@ -APP_VERSION="0.5.33" +APP_VERSION="0.5.34" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/riso.app/.env.test b/_ALL_SITES/riso.app/.env.test index c7b183c5..6c91b038 100755 --- a/_ALL_SITES/riso.app/.env.test +++ b/_ALL_SITES/riso.app/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="0.5.33" +APP_VERSION="0.5.34" SERVICE_WORKER_FILE="service-worker.js" APP_ID="16" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/terradellavisione.app/.env.development b/_ALL_SITES/terradellavisione.app/.env.development index 7c253c6a..5260d9b7 100755 --- a/_ALL_SITES/terradellavisione.app/.env.development +++ b/_ALL_SITES/terradellavisione.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.5.33" +APP_VERSION="0.5.34" SERVICE_WORKER_FILE="service-worker.js" APP_ID="14" DIRECTORY_LOCAL="newfreeplanet" diff --git a/src/components/CMyCardPopup/CMyCardPopup.scss b/src/components/CMyCardPopup/CMyCardPopup.scss index e874284d..dd377ef2 100644 --- a/src/components/CMyCardPopup/CMyCardPopup.scss +++ b/src/components/CMyCardPopup/CMyCardPopup.scss @@ -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; } } diff --git a/src/components/CMyPopupEdit/CMyPopupEdit.vue b/src/components/CMyPopupEdit/CMyPopupEdit.vue index 124bbbf3..25e8c0b8 100755 --- a/src/components/CMyPopupEdit/CMyPopupEdit.vue +++ b/src/components/CMyPopupEdit/CMyPopupEdit.vue @@ -92,7 +92,7 @@ col.tipovisu === costanti.TipoVisu.NONE) && myvalue " - class="q-pa-xs full-width justify-" + class="full-width" > 0) { - return `upload/profile/${username}/${table}` + arrimage[0].imagefile + return `upload/profile/${username}/${table}/` + arrimage[0].imagefile } else { return '' }