From bc707c6988d4302e06ea99be2a088b74feee02e6 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 06 Apr 2023 10:08:37 +0800
Subject: [PATCH] el-dialog更改

---
 src/views/activity/components/customImageBox.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/activity/components/customImageBox.vue b/src/views/activity/components/customImageBox.vue
index 66cc964..d4e127b 100644
--- a/src/views/activity/components/customImageBox.vue
+++ b/src/views/activity/components/customImageBox.vue
@@ -10,8 +10,8 @@
 -->
 <template>
     <div>
-        <el-dialog :title="curDialogTitle" :visible.sync="curDialogShow" class="activity-custom-img-box"
-            :before-close="closeCurDialog">
+        <el-dialog :title="curDialogTitle" :modal="true" :close-on-click-modal="false" :visible.sync="curDialogShow"
+            class="activity-custom-img-box" :before-close="closeCurDialog">
             <div class="describe">
                 <div class="label">
                     描述

--
Gitblit v1.9.3