forked from verdnatura/salix-front
remove padding bottom from some inputs
This commit is contained in:
parent
399c2723a9
commit
e74afae5b3
|
@ -441,6 +441,7 @@ onMounted(async () => {
|
||||||
v-bind="col.columnFilter.attrs"
|
v-bind="col.columnFilter.attrs"
|
||||||
v-on="col.columnFilter.event(col)"
|
v-on="col.columnFilter.event(col)"
|
||||||
dense
|
dense
|
||||||
|
style="padding-bottom: 0"
|
||||||
/>
|
/>
|
||||||
</QTd>
|
</QTd>
|
||||||
</QTr>
|
</QTr>
|
||||||
|
|
Loading…
Reference in New Issue