From a4330e30a836dfeb85cc25d44685ff1109bc72e2 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Fri, 17 Oct 2025 14:30:22 +0800 Subject: [PATCH] fix: Fix operate log page error --- .../component/chat-input-operate/index.vue | 2 +- ui/src/components/ai-chat/index.vue | 1 - ui/src/views/system/operate-log/index.vue | 146 ++++++++++-------- 3 files changed, 82 insertions(+), 67 deletions(-) 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 @@