From c2dd35790f39f8d6492261007f61724bb398d086 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 30 Nov 2022 00:44:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E6=B7=A1=E8=AF=84=E8=AE=BA=E7=82=B9?= =?UTF-8?q?=E8=B5=9E=E6=95=B0=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PlayDetail/components/MusicComment/CommentFloor.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/components/layout/PlayDetail/components/MusicComment/CommentFloor.vue b/src/renderer/components/layout/PlayDetail/components/MusicComment/CommentFloor.vue index cf00bbd0..35b30cdd 100644 --- a/src/renderer/components/layout/PlayDetail/components/MusicComment/CommentFloor.vue +++ b/src/renderer/components/layout/PlayDetail/components/MusicComment/CommentFloor.vue @@ -91,6 +91,7 @@ export default { min-width: 0; line-height: 1.3; gap: 6px; + color: var(--color-200); } .name { flex: 0 1 auto; @@ -102,7 +103,6 @@ export default { flex: none; font-size: 12px; // margin-left: 5px; - color: var(--color-200); } .likes { flex: 1 0 auto; @@ -115,7 +115,7 @@ export default { width: 12px; height: 12px; margin-right: 3px; - color: var(--color-primary-font); + color: var(--color-primary-alpha-500); } .comment_text { text-align: justify;