diff --git a/src/views/AiEmotion.vue b/src/views/AiEmotion.vue index ed43dae..2ac5a05 100644 --- a/src/views/AiEmotion.vue +++ b/src/views/AiEmotion.vue @@ -4273,7 +4273,7 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat"]); text-align: left; margin-right: auto; /* 将AI消息保持在左边 */ - white-space: nowrap; + /* white-space: nowrap; */ width: fit-content; overflow: visible; align-items: center;