From e48f2a66ee40444ee2da51bf3d318efd0beefcaf Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Fri, 8 Nov 2024 10:48:10 +0700 Subject: [PATCH] refactor: edit top and bottom --- src/components/05_quotation/TableQuotation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/05_quotation/TableQuotation.vue b/src/components/05_quotation/TableQuotation.vue index 4c23fcb7..d192287f 100644 --- a/src/components/05_quotation/TableQuotation.vue +++ b/src/components/05_quotation/TableQuotation.vue @@ -158,8 +158,8 @@ defineEmits<{ display: block; position: absolute; left: 0; - top: 5%; - bottom: 5%; + top: 15%; + bottom: 15%; background: var(--red-8); width: 4px; border-radius: 99rem;