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'">
|
||||
|
||||
Reference in New Issue
Block a user