fix: Send button doesn't work, input box doesn't wrap on mobile

This commit is contained in:
Afeigege
2023-02-13 12:47:30 +08:00
parent 91ca495f20
commit f64a45c0ee
4 changed files with 34 additions and 9 deletions

View File

@@ -112,7 +112,7 @@ createNewConversation()
elevation="0"
v-for="(conversation, index) in currentConversation.messages"
:key="index"
:variant="conversation.from === 'ai' ? 'tonal' : ''"
:variant="conversation.from === 'ai' ? 'tonal' : 'text'"
>
<v-container>
<v-card-text class="text-caption text-disabled">{{ conversation.from }}</v-card-text>