diff --git a/src/renderer/views/Download/index.vue b/src/renderer/views/Download/index.vue
index 2e7361e5..13f8bb4c 100644
--- a/src/renderer/views/Download/index.vue
+++ b/src/renderer/views/Download/index.vue
@@ -28,7 +28,14 @@
:class="[{[$style.active]: playTaskId == item.id }, { selected: rightClickSelectedIndex == index }, { active: selectedList.includes(item) }]"
@click="handleListItemClick($event, index)" @contextmenu="handleListItemRightClick($event, index)"
>
-
{{ index + 1 }}
+
+
+
+
+
{{ index + 1 }}
+
{{ getName(item) }}
@@ -229,6 +236,27 @@ 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;