fix: refs #8388 update layout
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jorge Penadés 2025-04-23 18:32:36 +02:00
parent eb373f10b3
commit 10548a00d2
1 changed files with 82 additions and 83 deletions

View File

@ -115,6 +115,7 @@ async function setTaxableBase() {
onBeforeMount(async () => await setTaxableBase());
</script>
<template>
<div class="invoice-in-due-day">
<VnTable
v-if="invoiceIn"
ref="invoiceInDueDayTableRef"
@ -139,18 +140,6 @@ onBeforeMount(async () => await setTaxableBase());
:disable-option="{ card: true }"
class="q-pa-none"
>
<!-- <template #column-foreignValue="{ row }">
<VnInputNumber
:class="{
'no-pointer-events': !isNotEuro(currency),
}"
:disable="!isNotEuro(currency)"
v-model="row.foreignValue"
dense
borderless
hide-bottom-space
/>
</template> -->
<template #column-footer-amount>
<QChip
dense
@ -200,11 +189,21 @@ onBeforeMount(async () => await setTaxableBase());
{{ t('Create due day') }}
</QTooltip>
</QPageSticky>
</div>
</template>
<style lang="scss" scoped>
.q-chip {
color: var(--vn-text-color);
}
.invoice-in-due-day {
display: flex;
flex-direction: column;
align-items: center;
}
:deep(.full-width) {
max-width: 900px;
}
</style>
<i18n>
es: