set maximum width for the confirmation dialog

This commit is contained in:
MaysWind
2026-05-10 01:20:34 +08:00
parent 9e0275a11a
commit 11f2c9fff7
+1 -1
View File
@@ -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>