From 0de5ad06484f7ea033a9c929cc4d45b1c6972f36 Mon Sep 17 00:00:00 2001 From: carlossa Date: Fri, 1 Mar 2024 08:36:04 +0100 Subject: [PATCH] refs #6892 refact summary --- src/components/ui/CardSummary.vue | 12 +++++++++++- src/pages/Customer/Card/CustomerSummary.vue | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) 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') }}