Skip to content

Commit

Permalink
style: move delete button to right
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenZhang committed Jun 29, 2024
1 parent 0095902 commit b79dcff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ChatInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@ defineExpose({reGenerate, promptForm});
>
<icon-file />
</a-button>
</a-space>
<a-space>
<a-button
v-if="showEditBox"
:disabled="chatLoading"
Expand All @@ -438,8 +440,6 @@ defineExpose({reGenerate, promptForm});
>
<icon-delete />
</a-button>
</a-space>
<a-space>
<a-button
v-if="showEditBox"
:disabled="chatLoading"
Expand Down

0 comments on commit b79dcff

Please sign in to comment.