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.6.5-1",
|
"version": "1.6.7",
|
||||||
"private": true,
|
"private": true,
|
||||||
"bin": "dist/service.js",
|
"bin": "dist/service.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -357,7 +357,7 @@ const dropdownItems = ref([
|
|||||||
<VIcon :icon="getIcon(item.value.type || '')" />
|
<VIcon :icon="getIcon(item.value.type || '')" />
|
||||||
</VAvatar>
|
</VAvatar>
|
||||||
<div class="d-flex flex-column ms-1">
|
<div class="d-flex flex-column ms-1">
|
||||||
<span class="d-block whitespace-nowrap text-high-emphasis">
|
<span class="d-block text-high-emphasis">
|
||||||
{{ item.value.title }} {{ item.value.seasons }}{{ item.value.episodes }}
|
{{ item.value.title }} {{ item.value.seasons }}{{ item.value.episodes }}
|
||||||
</span>
|
</span>
|
||||||
<small>{{ item.value.category }}</small>
|
<small>{{ item.value.category }}</small>
|
||||||
|
|||||||
Reference in New Issue
Block a user