fix. 사전예약 수정
This commit is contained in:
@@ -316,7 +316,6 @@ const handlePreregistClick = () => {
|
||||
/>
|
||||
<WidgetsSubTitle
|
||||
v-if="accRewardTitleData"
|
||||
tag="h4"
|
||||
:resources-data="accRewardTitleData"
|
||||
class="mt-[48px] text-[18px] font-[700] leading-[26px] tracking-[-0.54px] drop-shadow-[0_2px_2px_rgba(0,0,0,0.6)] md:mt-[72px] md:text-[24px] md:leading-[34px] md:tracking-[0.72px]"
|
||||
/>
|
||||
@@ -349,7 +348,7 @@ const handlePreregistClick = () => {
|
||||
<SplideSlide
|
||||
v-for="item in rewardImages"
|
||||
:key="item.id"
|
||||
class="w-[162px] h-[228px] md:w-[176px] md:h-[249px]"
|
||||
class="w-[162px] h-[228px] md:w-[172px] md:h-[245px]"
|
||||
>
|
||||
<AtomsImg
|
||||
:src="
|
||||
|
||||
Reference in New Issue
Block a user