This commit is contained in:
Surya Paolo
2025-10-05 11:16:01 +02:00
parent e827744f51
commit 58db59a751
2 changed files with 5 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ export default defineComponent({
});
const containerStyle = computed(() => ({
maxWidth: '980px', // comodo per lettura
// maxWidth: '980px', // comodo per lettura
marginLeft: 0,
marginRight: 0,
}));

View File

@@ -144,6 +144,7 @@
</div>
<CMyElem
v-if="myelem.active || editOn"
:myelem="myelem"
:idPage="rec._id"
:editOn="editOn"
@@ -191,6 +192,7 @@
</div>
<CMyElem
v-if="myelem.active || editOn"
:myelem="row"
:idPage="rec._id"
:editOn="editOn"
@@ -228,6 +230,7 @@
class="q-mb-sm"
>
<CMyElem
v-if="myelem.active || editOn"
:myelem="el"
:idPage="rec._id"
:editOn="editOn"
@@ -359,6 +362,7 @@
<!-- Elementi fuori sezione (retrocompatibilità) -->
<div v-else>
<CMyElem
v-if="myelem.active || editOn"
:myelem="myelem"
:idPage="rec._id"
:editOn="editOn"
@@ -368,7 +372,6 @@
@selElemClick="selElemClick"
/>
</div>
</div>
</transition>
</div>