From ea24bd60c42e8284415e37e7992768a470abe777 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期二, 26 十一月 2024 10:28:18 +0800
Subject: [PATCH] 增加重命名管理

---
 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