From 6401979b22e7faebf53f086e5a78f2d2839c2f20 Mon Sep 17 00:00:00 2001 From: mackt <1033530438@qq.com> Date: Mon, 29 Apr 2024 14:23:57 +0800 Subject: [PATCH] update(PlayerCard):styles --- src/components/AudioPlayer/PlayerCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AudioPlayer/PlayerCard.tsx b/src/components/AudioPlayer/PlayerCard.tsx index 8622fca..e1994cf 100644 --- a/src/components/AudioPlayer/PlayerCard.tsx +++ b/src/components/AudioPlayer/PlayerCard.tsx @@ -127,7 +127,7 @@ export default function PlayerCard({ show, className }: Prop) { {/* 歌词 */} -
+
{lrc ? ( ) : ( @@ -141,7 +141,7 @@ export default function PlayerCard({ show, className }: Prop) {