fix. buttonList 중앙 정렬 수정
This commit is contained in:
@@ -123,7 +123,7 @@ const handleButtonClick = (button: PageDataResourceGroup) => {
|
|||||||
<div
|
<div
|
||||||
v-if="buttonList.length"
|
v-if="buttonList.length"
|
||||||
v-motion-stagger
|
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-for="(button, index) in buttonList" :key="index">
|
||||||
<template v-if="button.btn_info?.detail?.btn_type === 'RUN'">
|
<template v-if="button.btn_info?.detail?.btn_type === 'RUN'">
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts"></script>
|
||||||
const isLoading = ref(true)
|
|
||||||
|
|
||||||
onMounted(() => {
|
|
||||||
isLoading.value = false
|
|
||||||
})
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<LayoutsHeader />
|
<LayoutsHeader />
|
||||||
|
|||||||
Reference in New Issue
Block a user