responsive: base ok
This commit is contained in:
@@ -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%'
|
||||
}
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user