fix. buttonList 중앙 정렬 수정

This commit is contained in:
clkim
2026-01-29 18:14:21 +09:00
parent 9279b5c7d5
commit dcc7380e83
2 changed files with 2 additions and 8 deletions

View File

@@ -123,7 +123,7 @@ const handleButtonClick = (button: PageDataResourceGroup) => {
<div
v-if="buttonList.length"
v-motion-stagger
class="flex flex-wrap justify-center gap-3 md:gap-4"
class="flex flex-wrap justify-center items-center gap-3 md:gap-4"
>
<template v-for="(button, index) in buttonList" :key="index">
<template v-if="button.btn_info?.detail?.btn_type === 'RUN'">

View File

@@ -1,10 +1,4 @@
<script setup lang="ts">
const isLoading = ref(true)
onMounted(() => {
isLoading.value = false
})
</script>
<script setup lang="ts"></script>
<template>
<LayoutsHeader />