update(PlayerCard):styles

feature/artists
mackt 7 months ago
parent 8e257b70f7
commit 6401979b22

@ -127,7 +127,7 @@ export default function PlayerCard({ show, className }: Prop) {
</div>
{/* 歌词 */}
<div className={`mt-[30px] w-[340px]`} style={{ height: 'calc(100vh - 80px - 460px - 185px)' }}>
<div className={`mt-[30px] w-[340px]`} style={{ height: 'calc(100vh - 540px - 60px - 90px)' }}>
{lrc ? (
<Lrc lrc={lrc} className="h-full" />
) : (
@ -141,7 +141,7 @@ export default function PlayerCard({ show, className }: Prop) {
<button onClick={handleClearPlayQueue}></button>
<div
className={`w-full mt-[15px] ml-[-18px] pr-14px !overflow-x-hidden overflow-y-auto ${styles.playQueue}`}
style={{ height: 'calc(100vh - 168px - 140px - 80px)' }}
style={{ height: 'calc(100vh - 168px - 60px - 90px)' }}
>
<SongCardList
className="w-[712px] mt-11px"

Loading…
Cancel
Save