From 47862d671056a005758cc38e22fbfcfe8650f929 Mon Sep 17 00:00:00 2001 From: memorydream <34763046+memorydream@users.noreply.github.com> Date: Tue, 21 Dec 2021 10:12:06 +0800 Subject: [PATCH] fix: disc color (#1114) --- src/components/TrackListItem.vue | 6 +++--- src/views/album.vue | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/TrackListItem.vue b/src/components/TrackListItem.vue index 6e5f5bb..94ae753 100644 --- a/src/components/TrackListItem.vue +++ b/src/components/TrackListItem.vue @@ -43,7 +43,7 @@ - + ({{ subTitle }}) @@ -312,7 +312,7 @@ button { font-size: 14px; opacity: 0.72; } - .subTitle { + .sub-title { color: #aeaeae; margin-left: 4px; } @@ -416,7 +416,7 @@ button { .title, .album, .time, - .title-and-artist .subTitle { + .title-and-artist .sub-title { color: var(--color-primary); } .title .featured, diff --git a/src/views/album.vue b/src/views/album.vue index 3efc250..f90fa19 100644 --- a/src/views/album.vue +++ b/src/views/album.vue @@ -73,7 +73,7 @@ - Disc {{ cd }} + Disc {{ cd }}