Skip to content

Commit 36e717f

Browse files
committed
feat: BangumiResult.vue: small changes
1 parent 0e43f1a commit 36e717f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/BangumiResult.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async function copyOriginTitle() {
6161
</script>
6262

6363
<template>
64-
<div class="mb-3">正在为您展现:作品信息卡片 & 在所有支持商家的搜索结果</div>
64+
<div class="mb-6">正在为您展现:作品信息卡片 & 在所有支持商家的搜索结果</div>
6565
<Card class="w-full mb-6">
6666
<CardContent class="flex gap-4 lt-md:flex-col p-6">
6767
<div class="flex flex-col"><NuxtImg class="max-w-36" :src="subject.images.large" :placeholder="144" /></div>
@@ -129,7 +129,7 @@ async function copyOriginTitle() {
129129
target="_blank"
130130
class="text-blue-400 hover:text-blue-500 hover:underline"
131131
>在 Bangumi 番组计划 使用相同的搜索关键词详细搜索 →</a
132-
>
132+
>
133133
</div>
134134
</CardFooter>
135135
</Card>

0 commit comments

Comments
 (0)