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() { -
+