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

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>

View File

@@ -77,7 +77,7 @@ onBeforeMount(() => {
<h1 class="text-3xl lg:text-4xl">
{{ personDetail.name }}
</h1>
<div class="mt-1 mb-2 space-y-1 text-xs text-white sm:text-sm lg:text-base">
<div class="mt-1 mb-2 space-y-1 text-xs sm:text-sm lg:text-base">
<div>
<span v-if="personDetail.birthday">{{ personDetail.birthday }}</span>
<span v-if="personDetail.place_of_birth"> | </span>