From 8ea957a7cb63d9e5ff9d6efd71046783f880a669 Mon Sep 17 00:00:00 2001 From: mackt <1033530438@qq.com> Date: Sun, 28 Apr 2024 10:32:52 +0800 Subject: [PATCH] fix(Player): styles --- src/components/AudioPlayer/PlayerControl.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AudioPlayer/PlayerControl.tsx b/src/components/AudioPlayer/PlayerControl.tsx index 67e6f05..fca8d40 100644 --- a/src/components/AudioPlayer/PlayerControl.tsx +++ b/src/components/AudioPlayer/PlayerControl.tsx @@ -112,7 +112,7 @@ export default function AudioPlayer({ {showOrder && orderList.map((item) => ( ))} {/* 上一首 */} - + {/* 播放/暂停 */}