Issues #139: done.

This commit is contained in:
chiayin
2023-11-13 09:52:26 +08:00
parent 6c81eff7a5
commit dd7057c2b1

View File

@@ -35,7 +35,7 @@
<p class="h2 border-b border-500 my-2">Sequence&nbsp({{ listSeq.length }})</p> <p class="h2 border-b border-500 my-2">Sequence&nbsp({{ listSeq.length }})</p>
<!-- No Data --> <!-- No Data -->
<div v-if="listSequence.length === 0" class="p-4 w-[calc(100%_-_32px)] h-5/6 flex justify-center items-center absolute"> <div v-if="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)]">