fix. buttonList 중앙 정렬 수정
This commit is contained in:
@@ -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'">
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
<script setup lang="ts">
|
||||
const isLoading = ref(true)
|
||||
|
||||
onMounted(() => {
|
||||
isLoading.value = false
|
||||
})
|
||||
</script>
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<LayoutsHeader />
|
||||
|
||||
Reference in New Issue
Block a user