Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit f3c25431 authored by Kritkhanin Anantakul's avatar Kritkhanin Anantakul
Browse files

fix order head

parent 669e433c
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<div class="order-dialog-overlay">
<div class="order-dialog" :style="{ backgroundColor: color }">
<div class="dialog-header">
<h3 class="order-title">{{ queueItem.orderName }}</h3>
<h3 class="order-title">QueueID: {{ queueItem.queueID }}</h3>
<div class="dialog-buttons">
<button @click="$emit('edit', queueItem)" class="icon-button">
<span class="mdi mdi-pencil"></span>
......@@ -80,6 +80,7 @@ export default {
.order-title {
font-size: 1.2rem;
font-weight: bold;
text-align: left;
}
.dialog-buttons {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment