responsive: base ok

This commit is contained in:
2021-03-30 15:42:40 +02:00
parent 2f1636dfd4
commit d72e102cc5
10 changed files with 218 additions and 88 deletions

View File

@@ -205,9 +205,14 @@ export default {
},
{
name: `modal-${this.item.id}`,
draggable: true,
width: '850px',
height: '610px'
draggable: false,
classes: "vm--modale-card",
// this does not work
// adaptative: true,
// maxWidth: 850,
// maxHeight: 610,
width: '95%',
height: '95%'
}
)
}