fix. 템플릿 수정
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { getComponentGroup } from '#layers/utils/dataUtil'
|
||||
import type { PageDataTemplateComponents } from '#layers/types/api/pageData'
|
||||
import AtomsImg from '#layers/components/atoms/Img.vue'
|
||||
|
||||
interface Props {
|
||||
components: PageDataTemplateComponents
|
||||
@@ -71,7 +70,7 @@ const buttonListData = computed(() => {
|
||||
<style scoped>
|
||||
.img-container {
|
||||
@apply flex flex-col items-center justify-center gap-4 box-content mx-auto mt-[32px]
|
||||
w-[334px]
|
||||
w-[440px]
|
||||
md:w-[944px];
|
||||
}
|
||||
.img-item {
|
||||
|
||||
Reference in New Issue
Block a user