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 1d8cce0ad..181e27989 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 @@ -316,7 +316,7 @@ -
+
{{ applicationDetails.disclaimer_value }} diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index 1056f5a9c..506d066fc 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -5,7 +5,6 @@ :class="type" :style="{ height: firsUserInput ? '100%' : undefined, - paddingBottom: applicationDetails.disclaimer ? '20px' : 0, }" >
- {{ $t('common.export') }} + {{ $t('common.export') }} - + {{ $t('views.chatLog.buttons.clearStrategy') }}
@@ -107,7 +119,7 @@ @click="popoverVisible = !popoverVisible" > - + @@ -132,10 +144,10 @@
{{ $t('common.clear') }} + >{{ $t('common.clear') }} {{ $t('common.confirm') }} + >{{ $t('common.confirm') }}
@@ -184,7 +196,7 @@ @click="workspaceVisible = !workspaceVisible" > - + @@ -209,10 +221,10 @@
{{ $t('common.clear') }} + >{{ $t('common.clear') }} {{ $t('common.confirm') }} + >{{ $t('common.confirm') }}
@@ -226,8 +238,8 @@ > @@ -244,8 +256,11 @@