Issue #64: Done.

This commit is contained in:
chiayin
2023-09-21 17:54:59 +08:00
parent 013a459fed
commit 9338226c0a

View File

@@ -19,7 +19,7 @@
<p class="h2 border-b border-500 my-2">Sequence</p> <p class="h2 border-b border-500 my-2">Sequence</p>
<!-- No Data --> <!-- No Data -->
<div v-if="listSequence && listSequence.length === 0" class="p-4 w-[calc(100%_-_32px)] h-5/6 flex justify-center items-center absolute"> <div v-if="listSequence && listSequence.length === 0" class="p-4 w-[calc(100%_-_32px)] h-5/6 flex justify-center items-center absolute">
<p class="text-neutral-500">Please drag and drop activity(s) here and sort.</p> <p class="text-neutral-500">Please drag and drop at least two activities here and sort.</p>
</div> </div>
<!-- Have Data --> <!-- Have Data -->
<div class="py-4 m-auto w-full h-[calc(100%_-_56px)]"> <div class="py-4 m-auto w-full h-[calc(100%_-_56px)]">