From fef8bb4987f2c800aee2fbac72e400fdeedc77c8 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Mon, 28 Oct 2024 13:25:46 +0700 Subject: [PATCH] refactor: use variable for color This will be used to change color for different doc later on --- src/pages/05_quotation/preview/ViewForm.vue | 33 +++++++++++-------- src/pages/05_quotation/preview/ViewHeader.vue | 4 +-- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/src/pages/05_quotation/preview/ViewForm.vue b/src/pages/05_quotation/preview/ViewForm.vue index 265c3afd..6a78f69d 100644 --- a/src/pages/05_quotation/preview/ViewForm.vue +++ b/src/pages/05_quotation/preview/ViewForm.vue @@ -234,7 +234,7 @@ function print() {
-
+
{{ $t('preview.productList') }} @@ -362,14 +362,14 @@ function print() {
({{ ThaiBahtText(summaryPrice.finalPrice) }})
ยอดรวมสุทธิ หมายเหตุ @@ -432,9 +432,9 @@ function print() { style=" font-weight: 800; font-size: 16px; - color: var(--orange-5); + color: var(--main); display: block; - border-bottom: 2px solid var(--orange-5); + border-bottom: 2px solid var(--main); " > ช่องทางซำระเงิน @@ -463,6 +463,11 @@ function print() {