From c3ccabfc59431aea657379c72c2e09c8e1b27d18 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期五, 12 九月 2025 15:24:42 +0800
Subject: [PATCH] 图片回显

---
 laboratory/src/components/DynamicComponent/ViewDynamicComponent.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/laboratory/src/components/DynamicComponent/ViewDynamicComponent.vue b/laboratory/src/components/DynamicComponent/ViewDynamicComponent.vue
index 7ff88fa..5472679 100644
--- a/laboratory/src/components/DynamicComponent/ViewDynamicComponent.vue
+++ b/laboratory/src/components/DynamicComponent/ViewDynamicComponent.vue
@@ -17,7 +17,7 @@
           <AiEditor 
             :ref="`editor_${item.id}`"
             v-model="item.data.content" 
-            height="200px"
+            height="400px"
             placeholder="请输入内容..." 
           />
         </div>

--
Gitblit v1.7.1