diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 00082e6c..b57305c7 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -1040,7 +1040,7 @@ async function getWorkerFromCriteria( />
-
+
@@ -2485,6 +2485,10 @@ async function getWorkerFromCriteria( overflow: hidden; } +.color-bar.dark { + opacity: 0.7; +} + .orange-segment { background-color: var(--yellow-7); flex-grow: 4;