diff --git a/ui/src/components/ai-chat/component/chat-input-operate/index.vue b/ui/src/components/ai-chat/component/chat-input-operate/index.vue index d45af15a9..31a4b3aa1 100644 --- a/ui/src/components/ai-chat/component/chat-input-operate/index.vue +++ b/ui/src/components/ai-chat/component/chat-input-operate/index.vue @@ -4,8 +4,7 @@ {{ $t('chat.operation.stopChat') }} - +
@@ -43,7 +42,7 @@ @mouseleave.stop="mouseleave()" >
- +
{{ item && item?.name }}
@@ -54,7 +53,7 @@ v-if="showDelete === item.url" > - +
@@ -81,7 +80,7 @@ @mouseleave.stop="mouseleave()" >
- +
{{ item && item?.name }}
@@ -92,7 +91,7 @@ v-if="showDelete === item.url" > - +
@@ -116,7 +115,7 @@ @mouseleave.stop="mouseleave()" >
- +
{{ item && item?.name }}
@@ -127,7 +126,7 @@ v-if="showDelete === item.url" > - +
@@ -147,7 +146,7 @@ v-if="showDelete === item.url" > - + - +