diff --git a/src/views/history/index.vue b/src/views/history/index.vue index 0bf0906..66f3f67 100644 --- a/src/views/history/index.vue +++ b/src/views/history/index.vue @@ -6,6 +6,9 @@
+
+ {{ item.count }} +
@@ -36,6 +39,9 @@ const {delMusic, musicList} = useMusicHistory(); &-content{ @apply flex-1; } + &-count{ + @apply px-4 text-lg; + } &-delete{ @apply cursor-pointer rounded-full border-2 border-gray-400 w-8 h-8 flex justify-center items-center; }