diff --git a/ui/src/views/chat/embed/index.vue b/ui/src/views/chat/embed/index.vue index c53abbc17..b2903af23 100644 --- a/ui/src/views/chat/embed/index.vue +++ b/ui/src/views/chat/embed/index.vue @@ -15,7 +15,9 @@ :chatId="currentChatId" @refresh="refresh" @scroll="handleScroll" - > + class="AiChat-embed" + > + @@ -225,7 +227,7 @@ onMounted(() => { } .new-chat-button { position: absolute; - bottom: 84px; + bottom: 80px; left: 18px; z-index: 11; } @@ -282,5 +284,13 @@ onMounted(() => { max-width: var(--app-chat-width, 860px); margin: 0 auto; } + .AiChat-embed { + .ai-chat__operate { + padding-top: 38px; + } + .ai-chat__content { + padding-bottom: 104px + } + } } diff --git a/ui/src/views/hit-test/index.vue b/ui/src/views/hit-test/index.vue index 7cc56a5f3..532aa35f8 100644 --- a/ui/src/views/hit-test/index.vue +++ b/ui/src/views/hit-test/index.vue @@ -144,7 +144,7 @@