diff --git a/apps/chat/template/embed.js b/apps/chat/template/embed.js index 202b52db7..3336ed4c3 100644 --- a/apps/chat/template/embed.js +++ b/apps/chat/template/embed.js @@ -244,6 +244,10 @@ function initMaxkbStyle(root, maxkbId){ height: 680px; display:none; } + @media only screen and (max-height: 680px) { + #maxkb-chat-container{ + height: 600px} + } @media only screen and (max-width: 768px) { #maxkb-chat-container { width: 100%; 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 228fa815b..eebad29b9 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 @@ -1,5 +1,5 @@