We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e43f1a commit 36e717fCopy full SHA for 36e717f
components/BangumiResult.vue
@@ -61,7 +61,7 @@ async function copyOriginTitle() {
61
</script>
62
63
<template>
64
- <div class="mb-3">正在为您展现:作品信息卡片 & 在所有支持商家的搜索结果</div>
+ <div class="mb-6">正在为您展现:作品信息卡片 & 在所有支持商家的搜索结果</div>
65
<Card class="w-full mb-6">
66
<CardContent class="flex gap-4 lt-md:flex-col p-6">
67
<div class="flex flex-col"><NuxtImg class="max-w-36" :src="subject.images.large" :placeholder="144" /></div>
@@ -129,7 +129,7 @@ async function copyOriginTitle() {
129
target="_blank"
130
class="text-blue-400 hover:text-blue-500 hover:underline"
131
>在 Bangumi 番组计划 使用相同的搜索关键词详细搜索 →</a
132
- >。
+ >
133
</div>
134
</CardFooter>
135
</Card>
0 commit comments