Skip to content

Commit

Permalink
feat: move copyOriginTitle button position
Browse files Browse the repository at this point in the history
  • Loading branch information
ruaharico committed Feb 7, 2024
1 parent 021ec13 commit 40fde4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/BangumiResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ async function copyOriginTitle() {
>
<span v-else>{{ subject.name }}</span>
</a>
<Button @click="copyOriginTitle" variant="secondary" size="sm" margin-left="3px" class="ml-3 mt-3"
><ClipboardCopy class="w-4 h-4 mr-2" ></ClipboardCopy>复制原文标题</Button
>
</CardTitle>
<CardDescription class="mt-2">
<span>Bangumi ID: </span>
Expand All @@ -83,6 +80,9 @@ async function copyOriginTitle() {
class="hover:color-blue"
>{{ subject.id }}</a
>
<Button @click="copyOriginTitle" variant="secondary" size="sm" margin-left="3px" class="ml-3 mt-3"
><ClipboardCopy class="w-4 h-4 mr-2" ></ClipboardCopy>复制原文标题</Button
>
</CardDescription>
</CardHeader>
<CardContent class="flex gap-4 lt-md:flex-col">
Expand Down

0 comments on commit 40fde4a

Please sign in to comment.