From 0a8835155aa65a1204b182032909037ccaf39a23 Mon Sep 17 00:00:00 2001 From: zhangrenyuan <18990852002@163.com> Date: Fri, 24 Oct 2025 16:18:36 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E8=B7=AF=E5=BE=84second?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dialogs/ConfirmDialog.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/dialogs/ConfirmDialog.vue b/src/components/dialogs/ConfirmDialog.vue index 396a955..2676407 100644 --- a/src/components/dialogs/ConfirmDialog.vue +++ b/src/components/dialogs/ConfirmDialog.vue @@ -6,7 +6,7 @@ :width="width" :close-on-click-modal="false" :style="{ - backgroundImage: 'url(@/assets/SvgIcons/背景.svg)', + backgroundImage: `url(${BackgroundSvg})`, backgroundSize: 'cover', backgroundPosition: 'center', height: '400px' @@ -33,6 +33,7 @@