From 44963e20ba7687191ff9e29e940f099498f9d48e Mon Sep 17 00:00:00 2001 From: mackt <1033530438@qq.com> Date: Mon, 29 Apr 2024 22:47:31 +0800 Subject: [PATCH] update(Player): styles --- src/components/AudioPlayer/Player.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/AudioPlayer/Player.tsx b/src/components/AudioPlayer/Player.tsx index 433f81b..0aa15b8 100644 --- a/src/components/AudioPlayer/Player.tsx +++ b/src/components/AudioPlayer/Player.tsx @@ -191,7 +191,7 @@ export default function AudioPlayer({ {/* 歌曲信息 */} -
{audio?.title ?? ''}
@@ -233,8 +233,8 @@ export default function AudioPlayer({