{{ item.name }}
{{ item.source }}
@@ -54,7 +61,16 @@
:class="[{ [$style.active]: playerInfo.isPlayList && playerInfo.playIndex === index }, { selected: selectedIndex == index || rightClickSelectedIndex == index }, { active: selectedList.includes(item) }, { disabled: !assertApiSupport(item.source) }]"
@click="handleListItemClick($event, index)" @contextmenu="handleListItemRightClick($event, index)"
>
-
{{ index + 1 }}
+
+
+
+
+
+ {{ index + 1 }}
+
+
{{ item.name }}
{{ item.source }}
@@ -350,6 +366,26 @@ export default {
}
}
}
+.num {
+ height: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+}
+.playIcon {
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+
+ color: var(--color-button-font);
+ opacity: .7;
+}
.content {
min-height: 0;
font-size: 14px;
diff --git a/src/renderer/views/List/MyList/index.vue b/src/renderer/views/List/MyList/index.vue
index a1b79d4a..50ecd9a7 100644
--- a/src/renderer/views/List/MyList/index.vue
+++ b/src/renderer/views/List/MyList/index.vue
@@ -21,14 +21,29 @@
:aria-label="defaultList.name" :aria-selected="defaultList.id == listId"
@contextmenu="handleListsItemRigthClick($event, -2)" @click="handleListToggle(defaultList.id)"
>
- {{ defaultList.name }}
+
+
+
+
+
+ {{ defaultList.name }}
+
- {{ loveList.name }}
+
+
+
+
+ {{ loveList.name }}
+
- {{ item.name }}
+
+
+
+
+ {{ item.name }}
+
+
+
+
{{ h2.title }}