Desktop Width constraint set to 900px
This commit is contained in:
parent
21f02a8149
commit
6221eaa1bc
5 changed files with 15 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
class="ma-0 pa-0"
|
||||
v-bind="{ ...$props, ...$attrs }"
|
||||
v-on="$listeners"
|
||||
:width="$vuetify.breakpoint.smAndUp ? '688px' : '80%'"
|
||||
:width="$vuetify.breakpoint.smAndUp ? '940px' : '80%'"
|
||||
>
|
||||
<v-card class="dialog-card">
|
||||
<v-card-title class="dialog-title"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue