diff --git a/frontend/src/components/icons/StopIcon.vue b/frontend/src/components/icons/StopIcon.vue
index 1a90ed6..d034f72 100644
--- a/frontend/src/components/icons/StopIcon.vue
+++ b/frontend/src/components/icons/StopIcon.vue
@@ -1,14 +1,17 @@
-
diff --git a/frontend/src/views/AiChatView.vue b/frontend/src/views/AiChatView.vue
index 85fdc58..37ca504 100644
--- a/frontend/src/views/AiChatView.vue
+++ b/frontend/src/views/AiChatView.vue
@@ -8,7 +8,7 @@
:class="['flex flex-col leading-1.5 p-4 border-gray-200 rounded-e-xl rounded-es-xl dark:bg-gray-700', chatElement.isUser ? 'bg-blue-100' : 'bg-gray-100']">
{{ chatElement.username }}
-
@@ -24,10 +24,10 @@
+ placeholder="发送消息" required>
-
-