From 2dbf5dbf03abedc713f8118216e5555955d9e69e Mon Sep 17 00:00:00 2001 From: alger Date: Fri, 29 Dec 2023 16:13:05 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E6=B7=BB=E5=8A=A0=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E5=8E=86=E5=8F=B2=E8=AE=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/history/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) 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; }