mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
更新 MediaDetailView.vue
This commit is contained in:
@@ -465,7 +465,7 @@ onBeforeMount(() => {
|
|||||||
<template #default>
|
<template #default>
|
||||||
<div class="flex flex-row items-center justify-between">
|
<div class="flex flex-row items-center justify-between">
|
||||||
<span>第 {{ season.season_number }} 季</span>
|
<span>第 {{ season.season_number }} 季</span>
|
||||||
<VChip size="small">
|
<VChip size="small" class="ms-1">
|
||||||
{{ season.episode_count }}集
|
{{ season.episode_count }}集
|
||||||
</VChip>
|
</VChip>
|
||||||
<div class="absolute right-12">
|
<div class="absolute right-12">
|
||||||
|
|||||||
Reference in New Issue
Block a user