fix. 여백 수정
This commit is contained in:
@@ -73,13 +73,6 @@ const posterSrc = computed(() => {
|
|||||||
<div
|
<div
|
||||||
v-if="props.gradient"
|
v-if="props.gradient"
|
||||||
class="absolute bottom-0 left-0 right-0 h-[342px] md:h-[720px] bg-gradient-to-b from-[#100d0f]/0 to-[#100d0f]"
|
class="absolute bottom-0 left-0 right-0 h-[342px] md:h-[720px] bg-gradient-to-b from-[#100d0f]/0 to-[#100d0f]"
|
||||||
style="
|
|
||||||
background: linear-gradient(
|
|
||||||
180deg,
|
|
||||||
rgba(16, 13, 15, 0) 0%,
|
|
||||||
#100d0f 30%
|
|
||||||
);
|
|
||||||
"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ const videoPlayData = computed(() =>
|
|||||||
:resources-data="mainTitleData"
|
:resources-data="mainTitleData"
|
||||||
class="main-title"
|
class="main-title"
|
||||||
/>
|
/>
|
||||||
<!-- 유튜브 비디오 갤러리 -->
|
|
||||||
<BlocksSlideThumbnail
|
<BlocksSlideThumbnail
|
||||||
:slide-item-list="slideThumbnailData"
|
:slide-item-list="slideThumbnailData"
|
||||||
:video-play="videoPlayData"
|
:video-play="videoPlayData"
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ const bannerSize = {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<section class="section-container">
|
<section class="pt-[140px] pb-[80px] md:pt-[200px] md:pb-[120px]">
|
||||||
<WidgetsBackground
|
<WidgetsBackground
|
||||||
v-if="backgroundData"
|
v-if="backgroundData"
|
||||||
:resources-data="backgroundData"
|
:resources-data="backgroundData"
|
||||||
|
|||||||
Reference in New Issue
Block a user