改进 输入框
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

@ -29,7 +29,8 @@
</n-scrollbar>
</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
class="mx-auto w-2xl max-w-2xl text-center mb-3 animate__animated animate__pulse text-lg"
v-if="isMobile && chatStore.toolName != ''"
@ -136,11 +137,15 @@
</div>
</n-spin>
</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 也有可能犯错误请在使用之前核查信息
</n-text>
</div>
</div>
</div>
<n-modal
v-model:show="showUploadModal"