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}