[PlayerPanel] 세로형 라이브방송 라이브채널 css
This commit is contained in:
@@ -15,6 +15,7 @@ export default function LiveChannelContents({
|
||||
liveInfos,
|
||||
selectedIndex,
|
||||
setSelectedIndex,
|
||||
videoVerticalVisible,
|
||||
tabIndex,
|
||||
handleItemFocus,
|
||||
}) {
|
||||
@@ -62,6 +63,7 @@ export default function LiveChannelContents({
|
||||
imageAlt={prdtId}
|
||||
logo={patncLogoPath}
|
||||
imageSource={thumbnailUrl ? thumbnailUrl : dfltThumbnailImgPath}
|
||||
videoVerticalVisible={videoVerticalVisible}
|
||||
productName={showNm}
|
||||
patnerName={patncNm}
|
||||
onClick={handleItemClick}
|
||||
@@ -83,10 +85,9 @@ export default function LiveChannelContents({
|
||||
dataSize={liveInfos.length}
|
||||
direction="vertical"
|
||||
renderItem={renderItem}
|
||||
itemWidth={600}
|
||||
itemWidth={videoVerticalVisible ? 540 : 600}
|
||||
itemHeight={236}
|
||||
spacing={12}
|
||||
className={css.itemList}
|
||||
noScrollByWheel={false}
|
||||
/>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user