From 3592e7ddc12c1d745b12d286b0eb5fba667ca727 Mon Sep 17 00:00:00 2001 From: jianglinjun Date: Wed, 8 May 2024 19:22:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0=E6=8F=90=E9=97=AE?= =?UTF-8?q?=E6=A1=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 + src/components/chat-input/chat-input.tsx | 1 - .../markdown-message/markdown-message.scss | 21 ++++- .../markdown-message/markdown-message.tsx | 21 +++-- .../user-message/user-message.scss | 84 +++++++++++++++++-- .../user-message/user-message.tsx | 23 ++++- src/controller/ai-chat/ai-chat.controller.ts | 34 ++++++-- 7 files changed, 162 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e104bb7..4f1d36e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ ## [Unreleased] +- 更新提问框样式 + ## [0.0.3] - 2024-05-07 - 更新AI对话loading效果 diff --git a/src/components/chat-input/chat-input.tsx b/src/components/chat-input/chat-input.tsx index 78c3453..0093379 100644 --- a/src/components/chat-input/chat-input.tsx +++ b/src/components/chat-input/chat-input.tsx @@ -74,7 +74,6 @@ export const ChatInput = (props: ChatInputProps) => {