8627-devToTest #1421
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue