fix. [PWT-157] 공식 영상 > 추쳔 영상 컨텐츠 1개 상태에서 인디케이터 노출 오류
This commit is contained in:
@@ -145,11 +145,11 @@ const handleLoadMoreRecent = () => {
|
|||||||
:drag="false"
|
:drag="false"
|
||||||
@move="handleSplideMove"
|
@move="handleSplideMove"
|
||||||
>
|
>
|
||||||
<template
|
<SplideSlide
|
||||||
v-for="(item, index) in recommendedVideos"
|
v-for="(item, index) in recommendedVideos"
|
||||||
:key="`recommended-${item.url}-${index}`"
|
:key="`recommended-${item.url}-${index}`"
|
||||||
|
@click="handleVideoClick(item.url)"
|
||||||
>
|
>
|
||||||
<SplideSlide @click="handleVideoClick(item.url)">
|
|
||||||
<div
|
<div
|
||||||
class="overflow-hidden aspect-[16/9] flex-shrink-0 w-full rounded-[4px] sm:w-[60.3%] sm:rounded-[8px] md:w-[56%] lg:w-[710px] lg:rounded-[12px]"
|
class="overflow-hidden aspect-[16/9] flex-shrink-0 w-full rounded-[4px] sm:w-[60.3%] sm:rounded-[8px] md:w-[56%] lg:w-[710px] lg:rounded-[12px]"
|
||||||
>
|
>
|
||||||
@@ -176,9 +176,8 @@ const handleLoadMoreRecent = () => {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</SplideSlide>
|
</SplideSlide>
|
||||||
</template>
|
|
||||||
</BlocksSlideFade>
|
</BlocksSlideFade>
|
||||||
<div class="splide-pagination">
|
<div v-if="recommendedVideos.length > 1" class="splide-pagination">
|
||||||
<span class="font-[700] text-[#1F1F1F]">
|
<span class="font-[700] text-[#1F1F1F]">
|
||||||
{{ currentRecommendedIndex }}
|
{{ currentRecommendedIndex }}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user