From e24f70ababdee2b4fdce71c6b80a9bc928fa0331 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 08 May 2023 14:45:08 +0800
Subject: [PATCH] 警情排行调整

---
 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..a37fcd7 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"
+            :modal-append-to-body="false" class="activity-custom-img-box" :before-close="closeCurDialog">
             <div class="describe">
                 <div class="label">
                     描述

--
Gitblit v1.9.3