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

@@ -67,8 +67,10 @@ export default {
{
name: `modal-${this.item.id}`,
draggable: false,
width: '850px',
height: '610px'
maxWidth: 850,
maxHeight: 610,
width: '95%',
height: '95%'
}
)
}