This commit is contained in:
jxxghp
2023-07-31 11:52:28 +08:00
parent 288bfc54e9
commit a98d7785e8
7 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ onBeforeMount(() => {
</div>
<div class="media-title">
<div class="media-status" />
<h1 class="flex flex-col items-baseline md:flex-row">
<h1 class="flex flex-row items-baseline justify-start lg:justify-center">
<span>{{ mediaDetail.title }}</span>
<span v-if="mediaDetail.year" class="text-lg">{{ mediaDetail.year }}</span>
</h1>