Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 68ab276e authored by Atchara Bunserm's avatar Atchara Bunserm
Browse files

Add Text <p> priority

parent a31b2c3b
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,8 @@ const handleDrop = (targetOrder) => {
<!-- Order Priority -->
<v-col cols="6">
<v-card class="pa-4" style="background-color: white; border-radius: 15px; min-height: 280px">
<v-card class="pa-5" style="background-color: white; border-radius: 15px; min-height: 280px">
<p class="text-center font-weight-bold mb-4 text-black" style="font-size: 20px;">ลำดับความสำคัญ</p>
<div v-for="order in orders" :key="order.id" class="order-item" draggable="true"
@dragstart="() => handleDragStart(order)" @dragover="handleDragOver" @drop="() => handleDrop(order)">
{{ order.name }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment