From e0c95cf6b69dac2d4ba040c682ce32f2e5086307 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Thu, 14 Dec 2023 16:24:10 +0800 Subject: [PATCH] feat: --- .../components/ai-chat/LogOperationButton.vue | 32 +++++++++++++------ ui/src/components/ai-chat/index.vue | 7 +++- ui/src/components/icons/index.ts | 2 +- .../views/log/component/ChatRecordDrawer.vue | 2 +- .../views/log/component/EditContentDialog.vue | 2 +- ui/src/views/login/forgot-password/index.vue | 2 +- ui/src/views/login/index.vue | 10 ++++-- ui/src/views/login/register/index.vue | 2 +- ui/src/views/login/reset-password/index.vue | 2 +- ui/src/views/template/index.vue | 2 +- 10 files changed, 44 insertions(+), 19 deletions(-) diff --git a/ui/src/components/ai-chat/LogOperationButton.vue b/ui/src/components/ai-chat/LogOperationButton.vue index ebc65e06c..837b1aa5c 100644 --- a/ui/src/components/ai-chat/LogOperationButton.vue +++ b/ui/src/components/ai-chat/LogOperationButton.vue @@ -11,22 +11,36 @@ - - - - - - - + + - - + + diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index 2a26f9089..daac9ef21 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -1,5 +1,5 @@