fix. [PWT-133] 상세 소개 이중 레이어 타입 > 메인 타이틀, 디스크립션 글자수 오류

This commit is contained in:
clkim
2025-12-03 16:18:57 +09:00
parent fd479483bb
commit d8a4cfce26

View File

@@ -65,18 +65,18 @@ const getVideoSrc = (item: PageDataTemplateComponent) => {
<WidgetsSubTitle
v-if="hasComponentGroup(item, 'category')"
:resources-data="getComponentGroup(item, 'category')"
class="title-xs max-w-[540px] mb-2 line-clamp-1 text-left md:mb-5"
class="title-xs max-w-[540px] mb-2 text-left md:mb-5"
/>
<WidgetsMainTitle
v-if="hasComponentGroup(item, 'mainTitle')"
:resources-data="getComponentGroup(item, 'mainTitle')"
class="title-lg max-w-[540px] line-clamp-1 text-left"
class="title-lg max-w-[540px] text-left"
/>
<WidgetsSubTitle
v-if="hasComponentGroup(item, 'subTitle')"
:resources-data="getComponentGroup(item, 'subTitle')"
tag="p"
class="title-md max-w-[540px] mt-1 line-clamp-1 text-left"
class="title-md max-w-[540px] mt-1 text-left"
/>
<WidgetsDescription
v-if="hasComponentGroup(item, 'description')"