From 1075860848d14e3d6d1506b91d9c9039433bf4cc Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 03 三月 2025 17:40:13 +0800
Subject: [PATCH] 合并附件和业务表格

---
 src/components/chat/chatComponents/htmlCom/HTMLCom.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/components/chat/chatComponents/htmlCom/HTMLCom.vue b/src/components/chat/chatComponents/htmlCom/HTMLCom.vue
index 4141f53..d6e2cb8 100644
--- a/src/components/chat/chatComponents/htmlCom/HTMLCom.vue
+++ b/src/components/chat/chatComponents/htmlCom/HTMLCom.vue
@@ -2,9 +2,8 @@
 	<IframeResizer
 		class="iframe-resizer"
 		license="GPLv3"
-		:src="data"
+		:src="data.url"
 		width="100%"
-		style="min-height: 500px"
 		frameborder="no"
 		border="0"
 		marginwidth="0"

--
Gitblit v1.9.3