aggiornamenti vari...

This commit is contained in:
Surya Paolo
2025-03-21 19:51:55 +01:00
parent a09a49ac37
commit 4c82015f27
121 changed files with 1343 additions and 5032 deletions

View File

@@ -39,9 +39,9 @@ export default defineComponent({
default: true,
},
heightcarousel: {
type: Number,
type: String,
required: false,
default: 0,
default: '',
},
heightcard: {
type: String,

View File

@@ -34,14 +34,13 @@
:prop_showMap="false"
:heightcarousel="heightcarousel"
@clickButtBar="clickButtBar"
:opt="{rowclass: true, widthcard, heightcard, widthimg, heightimg}"
:opt="{ rowclass: true, widthcard, heightcard, widthimg, heightimg }"
>
</CGridTableRec>
</div>
</template>
<script lang="ts" src="./CCatalogList.ts">
</script>
<script lang="ts" src="./CCatalogList.ts"></script>
<style lang="scss" scoped>
@import './CCatalogList.scss';
</style>