fix. [디자인 QA] GR_GALLERY_02 배경이미지 위에 dim 적용
This commit is contained in:
@@ -60,7 +60,11 @@ const onArrowClick = (direction, targetIndex) => {
|
||||
|
||||
<template>
|
||||
<section class="section-standard">
|
||||
<WidgetsBackground v-if="backgroundData" :resources-data="backgroundData" />
|
||||
<WidgetsBackground
|
||||
v-if="backgroundData"
|
||||
:resources-data="backgroundData"
|
||||
dimmed
|
||||
/>
|
||||
<div class="content-standard px-0">
|
||||
<WidgetsMainTitle
|
||||
v-if="mainTitleData"
|
||||
|
||||
Reference in New Issue
Block a user