From 43aec772e6ef3aabfb9995cc929b0bea69c60f8d Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Mon, 25 Mar 2024 16:57:37 +0800 Subject: [PATCH 1/2] docs: update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 558741e3c..b41b93744 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Codacy Latest release Stars + Download


From bee3cb90f4d9d64ab8d5940aa0a8b7b8481c707d Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 25 Mar 2024 17:33:32 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E6=A1=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/ai-chat/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index 1b3acb8d1..e126adcc6 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -141,9 +141,9 @@
@@ -557,6 +557,7 @@ watch( box-sizing: border-box; position: relative; color: var(--app-text-color); + box-sizing: border-box; &.chart-log { .ai-chat__content { padding-bottom: 0; @@ -637,6 +638,7 @@ watch( box-shadow: none; resize: none; padding: 12px 16px; + box-sizing: border-box; } .operate { padding: 6px 10px;