diff --git a/src/components/ui/CardSummary.vue b/src/components/ui/CardSummary.vue index cb2c97746..202dbc709 100644 --- a/src/components/ui/CardSummary.vue +++ b/src/components/ui/CardSummary.vue @@ -70,7 +70,14 @@ watch(props, async () => { display: flex; justify-content: center; } - +.label-two { + > .vn-label-value { + > .label { + position: relative; + background-color: red; + } + } +} .cardSummary { width: 100%; @@ -127,6 +134,9 @@ watch(props, async () => { color: var(--vn-text); overflow: hidden; } + .label-two { + width: 8em; + } } .header { color: $primary; diff --git a/src/pages/Customer/Card/CustomerSummary.vue b/src/pages/Customer/Card/CustomerSummary.vue index 5591fd15c..36fa9035c 100644 --- a/src/pages/Customer/Card/CustomerSummary.vue +++ b/src/pages/Customer/Card/CustomerSummary.vue @@ -95,7 +95,7 @@ const creditWarning = computed(() => { :value="entity.businessType.description" /> - + {{ t('customer.summary.fiscalAddress') }} @@ -120,7 +120,7 @@ const creditWarning = computed(() => { /> - + {{ t('customer.summary.fiscalData') }}