diff --git a/dashboard/src/views/ChatPage.vue b/dashboard/src/views/ChatPage.vue index 4f98e37aa..4ea225731 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; }