From fb45cc1d0fc94ef4ca0f37b4629bb03d427b3071 Mon Sep 17 00:00:00 2001 From: mackt <1033530438@qq.com> Date: Wed, 8 May 2024 14:30:19 +0800 Subject: [PATCH] =?UTF-8?q?perf(styles):=20Player=20=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E5=88=97=E8=A1=A8=20padding-right?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AudioPlayer/widget/SongList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AudioPlayer/widget/SongList.tsx b/src/components/AudioPlayer/widget/SongList.tsx index 2addefe..0930239 100644 --- a/src/components/AudioPlayer/widget/SongList.tsx +++ b/src/components/AudioPlayer/widget/SongList.tsx @@ -68,7 +68,7 @@ export default function SongCardList({ height, listInfo, songList, className, co function Item({ index, style }: { index: number; style: React.CSSProperties }) { const item = songList[index]; return ( -
+
72} width={712} - className={`pr-14px ${styles.SongList} ${className}`} + className={`${styles.SongList} ${className}`} style={style} > {Item}