From e1a27aa8d4f8121b270d3dac8a7e31d184803c3a Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 4 Dec 2024 11:56:05 +0700 Subject: [PATCH] fix: quotation product item amount text center --- src/components/05_quotation/ProductItem.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/05_quotation/ProductItem.vue b/src/components/05_quotation/ProductItem.vue index d7b43789..c5c514ef 100644 --- a/src/components/05_quotation/ProductItem.vue +++ b/src/components/05_quotation/ProductItem.vue @@ -307,6 +307,7 @@ watch( dense outlined :type="readonly ? 'text' : 'number'" + input-class="text-center" style="width: 70px" min="0" debounce="500"