From 11c8c488daa0866bdf85cac91679de707cecd739 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 24 May 2025 17:22:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20ConfirmDialog=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E5=AE=BD=E5=BA=A6=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/@core/components/ConfirmDialog.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/@core/components/ConfirmDialog.vue b/src/@core/components/ConfirmDialog.vue index f1655184..fdb6af90 100644 --- a/src/@core/components/ConfirmDialog.vue +++ b/src/@core/components/ConfirmDialog.vue @@ -17,7 +17,7 @@ const props = withDefaults(defineProps(), { content: '', confirmText: '', cancelText: '', - width: '30rem', + width: '28rem', }) const emit = defineEmits<{ @@ -62,7 +62,7 @@ function handleCancel() { -
+