fix. [PWT-133] 상세 소개 이중 레이어 타입 > 메인 타이틀, 디스크립션 글자수 오류
This commit is contained in:
@@ -65,18 +65,18 @@ const getVideoSrc = (item: PageDataTemplateComponent) => {
|
|||||||
<WidgetsSubTitle
|
<WidgetsSubTitle
|
||||||
v-if="hasComponentGroup(item, 'category')"
|
v-if="hasComponentGroup(item, 'category')"
|
||||||
:resources-data="getComponentGroup(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
|
<WidgetsMainTitle
|
||||||
v-if="hasComponentGroup(item, 'mainTitle')"
|
v-if="hasComponentGroup(item, 'mainTitle')"
|
||||||
:resources-data="getComponentGroup(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
|
<WidgetsSubTitle
|
||||||
v-if="hasComponentGroup(item, 'subTitle')"
|
v-if="hasComponentGroup(item, 'subTitle')"
|
||||||
:resources-data="getComponentGroup(item, 'subTitle')"
|
:resources-data="getComponentGroup(item, 'subTitle')"
|
||||||
tag="p"
|
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
|
<WidgetsDescription
|
||||||
v-if="hasComponentGroup(item, 'description')"
|
v-if="hasComponentGroup(item, 'description')"
|
||||||
|
|||||||
Reference in New Issue
Block a user