This commit is contained in:
kakkokari-gtyih 2024-04-06 19:42:48 +09:00
parent 89f16c36b3
commit 31298f934d

View File

@ -51,7 +51,7 @@
'lg:min-h-[calc(100vh-4rem)] steppedGuideSection': (data.guides[guideIndex]._LAYOUT_TYPE_ === 'IMAGE_PORTRAIT_FIXED'), 'lg:min-h-[calc(100vh-4rem)] steppedGuideSection': (data.guides[guideIndex]._LAYOUT_TYPE_ === 'IMAGE_PORTRAIT_FIXED'),
}" }"
> >
<div> <div class="flex-grow">
<div class="flex items-center space-x-4 mb-4"> <div class="flex items-center space-x-4 mb-4">
<div class="w-7 h-7 rounded-full flex-shrink-0 -ml-7 font-bold leading-7 text-center text-white bg-accent-600 ring-4 ring-white">{{ i + 1 }}</div> <div class="w-7 h-7 rounded-full flex-shrink-0 -ml-7 font-bold leading-7 text-center text-white bg-accent-600 ring-4 ring-white">{{ i + 1 }}</div>
<h3 class="font-bold text-lg">{{ step.title }}</h3> <h3 class="font-bold text-lg">{{ step.title }}</h3>