#8388 fixInvoiceIn #1321
|
@ -228,7 +228,7 @@ function setCursor(ref) {
|
|||
</QTd>
|
||||
</template>
|
||||
<template #body-cell-taxablebase="{ row }">
|
||||
<QTd>
|
||||
<QTd shrink>
|
||||
<VnInputNumber
|
||||
clear-icon="close"
|
||||
v-model="row.taxableBase"
|
||||
|
@ -292,7 +292,7 @@ function setCursor(ref) {
|
|||
</QTd>
|
||||
</template>
|
||||
<template #body-cell-foreignvalue="{ row }">
|
||||
<QTd>
|
||||
<QTd shrink>
|
||||
<VnInputNumber
|
||||
:class="{
|
||||
'no-pointer-events': !isNotEuro(currency),
|
||||
|
@ -484,24 +484,6 @@ function setCursor(ref) {
|
|||
border-radius: 50px;
|
||||
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>
|
||||
<i18n>
|
||||
es:
|
||||
jorgep marked this conversation as resolved
Outdated
|
||||
|
|
Loading…
Reference in New Issue
No creo que sea correcto definir para cada columna los pixeles exactos.
Hay que usar los tamaños estandard
shrink, etc
Es que el problema lo tengo en Firefox, voy a pasarte video por rocket para que puedas verlo.
Con la función setCursor que pusé ya no hace falta el css, lo quito.