mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
set maximum width for the confirmation dialog
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<v-dialog persistent min-width="320" width="auto" v-model="showState">
|
||||
<v-dialog persistent min-width="320" max-width="500" width="auto" v-model="showState">
|
||||
<v-card>
|
||||
<v-toolbar :color="finalColor">
|
||||
<v-toolbar-title>{{ titleContent }}</v-toolbar-title>
|
||||
|
||||
Reference in New Issue
Block a user