From 008e49d144f2dd9c664fc7580d0cd28d9997bc44 Mon Sep 17 00:00:00 2001 From: IGCrystal Date: Sat, 5 Jul 2025 11:01:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E9=9F=B3=E9=A2=91=E9=99=84=E4=BB=B6=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/views/ChatPage.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dashboard/src/views/ChatPage.vue b/dashboard/src/views/ChatPage.vue index 4f98e37a..4ea22573 100644 --- a/dashboard/src/views/ChatPage.vue +++ b/dashboard/src/views/ChatPage.vue @@ -149,6 +149,7 @@
{{ msg.message }} @@ -1525,9 +1526,16 @@ export default { .audio-attachment { margin-top: 8px; + min-width: 250px; +} + +/* 包含音频的消息气泡最小宽度 */ +.message-bubble.has-audio { + min-width: 280px; } .audio-player { + width: 100%; height: 36px; border-radius: 18px; }