From 3d08ace2eed8e1099189b45b6de934b5b93654c9 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Fri, 18 Oct 2024 11:52:04 +0700 Subject: [PATCH] feat: update button and spacing --- src/components/05_quotation/QuotationCard.vue | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/components/05_quotation/QuotationCard.vue b/src/components/05_quotation/QuotationCard.vue index e0e068f1..7154d2a9 100644 --- a/src/components/05_quotation/QuotationCard.vue +++ b/src/components/05_quotation/QuotationCard.vue @@ -2,6 +2,7 @@ import { Icon } from '@iconify/vue/dist/iconify.js'; import { formatNumberDecimal } from 'src/stores/utils'; import KebabAction from '../shared/KebabAction.vue'; +import MainButton from '../button/MainButton.vue'; defineProps<{ type?: @@ -107,27 +108,25 @@ defineEmits<{
{{ reporter || '-' }}
-