From c144c39d9f3f86e1b52ae4247f8322f6396a4320 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 11 三月 2025 13:39:25 +0800 Subject: [PATCH] 查看文件内容 --- src/components/chat/smallChat/ChatInput.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/smallChat/ChatInput.vue b/src/components/chat/smallChat/ChatInput.vue index e06cfba..4e64f48 100644 --- a/src/components/chat/smallChat/ChatInput.vue +++ b/src/components/chat/smallChat/ChatInput.vue @@ -41,7 +41,7 @@ v-if="inputText" > </el-button> - <el-tooltip placement="top" content="鍋滄鐢熸垚" v-if="isTalking"> + <el-tooltip placement="top" content="鍋滄鎿嶄綔" v-if="isTalking"> <div class="cursor-pointer !ml-0 size-[38px] bg-[#1d86ff] relative !z-10 rounded-full flex-center" link> <div class="size-[38px] bg-black text-white stop-breathe box-content rounded-full flex-center" -- Gitblit v1.9.3