From bdcceb2445c99c020cc62265f581a545765ef955 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 06 Apr 2023 17:54:33 +0800
Subject: [PATCH] 首页 + 电子沙盘更改 + el-dialog
---
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 01a30a2..a37fcd7 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"
- :append-to-body="true" class="activity-custom-img-box" :before-close="closeCurDialog">
+ :modal-append-to-body="false" class="activity-custom-img-box" :before-close="closeCurDialog">
<div class="describe">
<div class="label">
描述
--
Gitblit v1.9.3