mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix ui
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "moviepilot",
|
"name": "moviepilot",
|
||||||
"version": "1.8.1-1",
|
"version": "1.8.1-2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"bin": "dist/service.js",
|
"bin": "dist/service.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -378,7 +378,7 @@ onMounted(fetchData)
|
|||||||
<VIcon :icon="getIcon(item.type || '')" />
|
<VIcon :icon="getIcon(item.type || '')" />
|
||||||
</VAvatar>
|
</VAvatar>
|
||||||
<div class="d-flex flex-column ms-1">
|
<div class="d-flex flex-column ms-1">
|
||||||
<span class="d-block text-high-emphasis">
|
<span class="d-block text-high-emphasis min-w-20">
|
||||||
{{ item?.title }} {{ item?.seasons }}{{ item?.episodes }}
|
{{ item?.title }} {{ item?.seasons }}{{ item?.episodes }}
|
||||||
</span>
|
</span>
|
||||||
<small>{{ item?.category }}</small>
|
<small>{{ item?.category }}</small>
|
||||||
|
|||||||
Reference in New Issue
Block a user