|
|
@ -191,7 +191,7 @@ export default function AudioPlayer({
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
{/* 歌曲信息 */}
|
|
|
|
{/* 歌曲信息 */}
|
|
|
|
<div className="w-158px ml-15px mr-36px cursor-default">
|
|
|
|
<div className="w-183px ml-15px mr-36px cursor-default">
|
|
|
|
{/* <AutoScrollContainer key={audio?.id} auto hover width="140px" speed={50}> */}
|
|
|
|
{/* <AutoScrollContainer key={audio?.id} auto hover width="140px" speed={50}> */}
|
|
|
|
{/* <div className="w-auto h-auto"> */}
|
|
|
|
{/* <div className="w-auto h-auto"> */}
|
|
|
|
<p className="mt-2px text-17px leading-24px text-base text-overflow">{audio?.title ?? ''}</p>
|
|
|
|
<p className="mt-2px text-17px leading-24px text-base text-overflow">{audio?.title ?? ''}</p>
|
|
|
@ -233,8 +233,8 @@ export default function AudioPlayer({
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
{/* right */}
|
|
|
|
{/* right */}
|
|
|
|
<div className="flex items-end">
|
|
|
|
<div className="flex items-end ml-39px">
|
|
|
|
<div className="flex h-full items-end h-fit ml-45px mb-29px gap-18px">
|
|
|
|
<div className="flex h-full items-end h-fit mb-29px gap-18px">
|
|
|
|
{/* 收藏歌曲 */}
|
|
|
|
{/* 收藏歌曲 */}
|
|
|
|
{<CollectButton id={audio.id || '0'} active={audio.haveCollect} collectType="0" color="dark" />}
|
|
|
|
{<CollectButton id={audio.id || '0'} active={audio.haveCollect} collectType="0" color="dark" />}
|
|
|
|
{/* 播放顺序 */}
|
|
|
|
{/* 播放顺序 */}
|
|
|
|