This commit is contained in:
parent
43a4ebaeba
commit
e10a59c57b
@ -3,7 +3,7 @@
|
||||
<div class="min-w-full w-4/5">
|
||||
<n-scrollbar
|
||||
style="max-height: calc(100vh - (var(--header-height) * 3.5))"
|
||||
class=" pl-20 pr-20"
|
||||
class="pl-20 pr-20"
|
||||
>
|
||||
<div
|
||||
class="flex-grow mt-3 mb-1 text-5xl select-none"
|
||||
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user