fix: refs #8388 adjust table cell properties and remove unused styles in InvoiceInVat.vue

This commit is contained in:
Jorge Penadés 2025-02-07 10:41:42 +01:00
parent d9897b3ea2
commit f01e5b824e
1 changed files with 2 additions and 20 deletions
src/pages/InvoiceIn/Card

View File

@ -228,7 +228,7 @@ function setCursor(ref) {
</QTd> </QTd>
</template> </template>
<template #body-cell-taxablebase="{ row }"> <template #body-cell-taxablebase="{ row }">
<QTd> <QTd shrink>
<VnInputNumber <VnInputNumber
clear-icon="close" clear-icon="close"
v-model="row.taxableBase" v-model="row.taxableBase"
@ -292,7 +292,7 @@ function setCursor(ref) {
</QTd> </QTd>
</template> </template>
<template #body-cell-foreignvalue="{ row }"> <template #body-cell-foreignvalue="{ row }">
<QTd> <QTd shrink>
<VnInputNumber <VnInputNumber
:class="{ :class="{
'no-pointer-events': !isNotEuro(currency), 'no-pointer-events': !isNotEuro(currency),
@ -484,24 +484,6 @@ function setCursor(ref) {
border-radius: 50px; border-radius: 50px;
background-color: $primary; background-color: $primary;
} }
.q-table tbody tr td {
&:nth-child(3),
&:nth-child(6),
&:nth-child(7),
&:nth-child(8) {
width: 105px;
}
// &:nth-child(8) {
// width: 30px;
// }
&:nth-child(2) {
max-width: 110px;
}
&:nth-child(4) {
max-width: 85px;
}
}
</style> </style>
<i18n> <i18n>
es: es: