forked from verdnatura/salix-front
refactor: refs #8304 put year and contract selectors in the same line
This commit is contained in:
parent
8599974437
commit
adc9d1630b
|
@ -180,8 +180,6 @@ const yearList = ref(generateYears());
|
|||
:is-clearable="false"
|
||||
/>
|
||||
</QItemSection>
|
||||
</QItem>
|
||||
<QItem>
|
||||
<QItemSection>
|
||||
<VnSelect
|
||||
:label="t('Contract')"
|
||||
|
@ -223,7 +221,7 @@ const yearList = ref(generateYears());
|
|||
>
|
||||
{{ type.name }}
|
||||
</WorkerEventLabel>
|
||||
</QItem>
|
||||
</QItem>
|
||||
</QList>
|
||||
<QSeparator />
|
||||
<QList dense class="list q-my-md no-pointer-events">
|
||||
|
|
Loading…
Reference in New Issue