From 3c0f2cd6720032f83ab34daff947bf31f3bb96b3 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期五, 29 十一月 2024 13:32:52 +0800 Subject: [PATCH] 优化手机扫码 --- src/components/chat/Chat.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue index a32b6f3..0fe134c 100644 --- a/src/components/chat/Chat.vue +++ b/src/components/chat/Chat.vue @@ -276,7 +276,7 @@ </div> <CustomDrawer v-model:isShow="drawerIsShow" @updateChatInput="updateChatInput" /> <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="w100 h100 flex justify-center items-center flex-col text-center"> <div class="qrcode h100" ref="qrcodeRef"></div> <div class="h100 w100 flex flex-col justify-center items-center"> <span class="h100 text-[#8d8e99] text-[12px] mt-2">{{ shareCoderUrl }}</span> -- Gitblit v1.9.3