From f3a0e2ba6cbd520cd3b487d735c5ac94b59ff2e7 Mon Sep 17 00:00:00 2001 From: oat_dev Date: Fri, 7 Jun 2024 15:15:42 +0700 Subject: [PATCH] fix: tab style decoration --- .../03_customer-management/AboutComponent.vue | 63 ++++++++++--------- src/components/TabComponent.vue | 11 ++-- 2 files changed, 38 insertions(+), 36 deletions(-) diff --git a/src/components/03_customer-management/AboutComponent.vue b/src/components/03_customer-management/AboutComponent.vue index c7997277..e79d68f5 100644 --- a/src/components/03_customer-management/AboutComponent.vue +++ b/src/components/03_customer-management/AboutComponent.vue @@ -56,10 +56,11 @@ const employerBranchCode = defineModel('employerBranchCode'); :readonly="true" :borderless="readonly" hide-bottom-space - class="col-4" + class="col-3" :label="$t('legalEntityCode')" v-model="legalEntityCode" /> + ('employerBranchCode'); :readonly="readonly" :borderless="readonly" hide-bottom-space - class="col-5" - :label="$t('taxNo')" - v-model="taxNo" + class="col-3" + :label="$t('customerEnglishName')" + v-model="customerEnglishName" + /> + ('employerBranchCode'); :borderless="readonly" hide-bottom-space class="col-6" - :label="$t('customerEnglishName')" - v-model="customerEnglishName" + :label="$t('registerName')" + v-model="registerName" + /> + ('employerBranchCode'); - -