Issues #139: done.
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
<p class="h2 border-b border-500 my-2">Sequence ({{ listSeq.length }})</p>
|
<p class="h2 border-b border-500 my-2">Sequence ({{ 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)]">
|
||||||
|
|||||||
Reference in New Issue
Block a user