From 53cdd3803e13b033919a8e5787bf30ca77f140af Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期二, 26 十一月 2024 16:15:13 +0800
Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test

---
 src/components/chat/Chat.vue |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue
index eec5621..6424b86 100644
--- a/src/components/chat/Chat.vue
+++ b/src/components/chat/Chat.vue
@@ -275,15 +275,7 @@
 			<div class="sticky bottom-0 w-full p-6 bg-[rgb(247,248,250)] flex justify-center" v-if="isShareCheck"></div>
 		</div>
 		<CustomDrawer v-model:isShow="drawerIsShow" @updateChatInput="updateChatInput" />
-		<el-dialog
-			title="鍒嗕韩閾炬帴"
-			v-model="shareCodeIsShow"
-			width="25%"
-			center
-			modal-append-to-body
-			lock-scroll
-			:before-close="closeShareClick"
-		>
+		<el-dialog title="鍒嗕韩閾炬帴" v-model="shareCodeIsShow" width="25%" modal-append-to-body lock-scroll :before-close="closeShareClick">
 			<div class="w100 h100 flex justify-center items-center flex-col">
 				<div class="qrcode h100" ref="qrcodeRef"></div>
 				<div class="h100 w100 flex flex-col justify-center items-center">

--
Gitblit v1.9.3