From bee3cb90f4d9d64ab8d5940aa0a8b7b8481c707d Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 25 Mar 2024 17:33:32 +0800 Subject: [PATCH] =?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;