mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
fix ui
This commit is contained in:
@@ -59,7 +59,7 @@ function handleNavScroll(evt: Event) {
|
|||||||
<div class="d-flex" v-html="logo" />
|
<div class="d-flex" v-html="logo" />
|
||||||
|
|
||||||
<h1 class="font-weight-bold leading-normal text-2xl">
|
<h1 class="font-weight-bold leading-normal text-2xl">
|
||||||
MoviePilot
|
MOVIEPILOT
|
||||||
</h1>
|
</h1>
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
</slot>
|
</slot>
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 7.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 6.5 KiB |
@@ -1,5 +1,5 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import personIcon from '@images/misc/person.png'
|
import personIcon from '@images/misc/person-icon.png'
|
||||||
import type { TmdbPerson } from '@/api/types'
|
import type { TmdbPerson } from '@/api/types'
|
||||||
import router from '@/router'
|
import router from '@/router'
|
||||||
|
|
||||||
|
|||||||
@@ -85,8 +85,6 @@
|
|||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 1.75rem;
|
line-height: 1.75rem;
|
||||||
--tw-text-opacity: 1;
|
|
||||||
color: rgb(209 213 219/var(--tw-text-opacity));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 640px){
|
@media (min-width: 640px){
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ onBeforeMount(() => {
|
|||||||
</div>
|
</div>
|
||||||
<div class="media-title">
|
<div class="media-title">
|
||||||
<div class="media-status" />
|
<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>{{ mediaDetail.title }}</span>
|
||||||
<span v-if="mediaDetail.year" class="text-lg">({{ mediaDetail.year }})</span>
|
<span v-if="mediaDetail.year" class="text-lg">({{ mediaDetail.year }})</span>
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ onBeforeMount(() => {
|
|||||||
<h1 class="text-3xl lg:text-4xl">
|
<h1 class="text-3xl lg:text-4xl">
|
||||||
{{ personDetail.name }}
|
{{ personDetail.name }}
|
||||||
</h1>
|
</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>
|
<div>
|
||||||
<span v-if="personDetail.birthday">{{ personDetail.birthday }}</span>
|
<span v-if="personDetail.birthday">{{ personDetail.birthday }}</span>
|
||||||
<span v-if="personDetail.place_of_birth"> | </span>
|
<span v-if="personDetail.place_of_birth"> | </span>
|
||||||
|
|||||||
Reference in New Issue
Block a user