0
0
Fork 0

refs #6892 refact summary

This commit is contained in:
Carlos Satorres 2024-03-01 08:36:04 +01:00
parent 65d03222ed
commit 0de5ad0648
2 changed files with 13 additions and 3 deletions

View File

@ -70,7 +70,14 @@ watch(props, async () => {
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
.label-two {
> .vn-label-value {
> .label {
position: relative;
background-color: red;
}
}
}
.cardSummary { .cardSummary {
width: 100%; width: 100%;
@ -127,6 +134,9 @@ watch(props, async () => {
color: var(--vn-text); color: var(--vn-text);
overflow: hidden; overflow: hidden;
} }
.label-two {
width: 8em;
}
} }
.header { .header {
color: $primary; color: $primary;

View File

@ -95,7 +95,7 @@ const creditWarning = computed(() => {
:value="entity.businessType.description" :value="entity.businessType.description"
/> />
</QCard> </QCard>
<QCard class="vn-one"> <QCard class="vn-one label-two">
<a class="header" :href="clientUrl + `fiscal-data`"> <a class="header" :href="clientUrl + `fiscal-data`">
{{ t('customer.summary.fiscalAddress') }} {{ t('customer.summary.fiscalAddress') }}
<QIcon name="open_in_new" color="primary" /> <QIcon name="open_in_new" color="primary" />
@ -120,7 +120,7 @@ const creditWarning = computed(() => {
/> />
<VnLv :label="t('customer.summary.street')" :value="entity.street" /> <VnLv :label="t('customer.summary.street')" :value="entity.street" />
</QCard> </QCard>
<QCard class="vn-one"> <QCard class="vn-one label-two">
<a class="header link" :href="clientUrl + `fiscal-data`" link> <a class="header link" :href="clientUrl + `fiscal-data`" link>
{{ t('customer.summary.fiscalData') }} {{ t('customer.summary.fiscalData') }}
<QIcon name="open_in_new" color="primary" /> <QIcon name="open_in_new" color="primary" />