From 8fa0787944be197870938bf473b43971d6320cff Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 06 Apr 2023 17:31:12 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
src/views/activity/components/customImageBox.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/activity/components/customImageBox.vue b/src/views/activity/components/customImageBox.vue
index d4e127b..01a30a2 100644
--- a/src/views/activity/components/customImageBox.vue
+++ b/src/views/activity/components/customImageBox.vue
@@ -11,7 +11,7 @@
<template>
<div>
<el-dialog :title="curDialogTitle" :modal="true" :close-on-click-modal="false" :visible.sync="curDialogShow"
- class="activity-custom-img-box" :before-close="closeCurDialog">
+ :append-to-body="true" class="activity-custom-img-box" :before-close="closeCurDialog">
<div class="describe">
<div class="label">
描述
--
Gitblit v1.9.3