改进 输入框
All checks were successful
Build / build (push) Successful in 23m1s

This commit is contained in:
Twilight 2024-09-26 15:49:51 +08:00
parent 43a4ebaeba
commit e10a59c57b

View File

@ -3,7 +3,7 @@
<div class="min-w-full w-4/5"> <div class="min-w-full w-4/5">
<n-scrollbar <n-scrollbar
style="max-height: calc(100vh - (var(--header-height) * 3.5))" style="max-height: calc(100vh - (var(--header-height) * 3.5))"
class=" pl-20 pr-20" class="pl-20 pr-20"
> >
<div <div
class="flex-grow mt-3 mb-1 text-5xl select-none" class="flex-grow mt-3 mb-1 text-5xl select-none"
@ -29,7 +29,8 @@
</n-scrollbar> </n-scrollbar>
</div> </div>
<div class="w-full pr-2 pl-2 pt-2"> <div class="w-full pr-2 pl-2 pt-2 relative">
<div class="fixed bottom-0 left-0 right-0">
<div <div
class="mx-auto w-2xl max-w-2xl text-center mb-3 animate__animated animate__pulse text-lg" class="mx-auto w-2xl max-w-2xl text-center mb-3 animate__animated animate__pulse text-lg"
v-if="isMobile && chatStore.toolName != ''" v-if="isMobile && chatStore.toolName != ''"
@ -136,11 +137,15 @@
</div> </div>
</n-spin> </n-spin>
</div> </div>
<n-text depth="3" class="text-center block mt-2 mb-2 text-sm select-none"> <n-text
depth="3"
class="text-center block mt-2 mb-2 text-sm select-none"
>
AI 也有可能犯错误请在使用之前核查信息 AI 也有可能犯错误请在使用之前核查信息
</n-text> </n-text>
</div> </div>
</div> </div>
</div>
<n-modal <n-modal
v-model:show="showUploadModal" v-model:show="showUploadModal"