From 6661fa996c7d71fd6c3316e272d5ff3507e40390 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Mon, 14 Jul 2025 22:20:03 +0800 Subject: [PATCH] fix: audio block does not display --- dashboard/src/views/ChatPage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/src/views/ChatPage.vue b/dashboard/src/views/ChatPage.vue index 0c275d574..099cf09c0 100644 --- a/dashboard/src/views/ChatPage.vue +++ b/dashboard/src/views/ChatPage.vue @@ -1994,6 +1994,7 @@ export default { } .embedded-audio { + width: 300px; margin-top: 8px; }