fix styles
This commit is contained in:
parent
1b04a766ae
commit
24782c2d08
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ export default {
|
|||
<fieldset class="flex flex-row mb-4">
|
||||
<legend>Kategorie</legend>
|
||||
<select
|
||||
class="w-40 p-2 bg-background-100: dark:bg-background-900 rounded-lg"
|
||||
class="w-40 p-2 bg-background-100 dark:bg-background-900 rounded-lg"
|
||||
v-model="paperFilter.type">
|
||||
<option
|
||||
v-for="(type, i) of paperTypes"
|
||||
|
@ -103,7 +103,7 @@ export default {
|
|||
<fieldset class="flex flex-row mb-4">
|
||||
<legend>Einreicher</legend>
|
||||
<select
|
||||
class="w-40 p-2 bg-background-100: dark:bg-background-900 rounded-lg"
|
||||
class="w-40 p-2 bg-background-100 dark:bg-background-900 rounded-lg"
|
||||
v-model="paperFilter.originator">
|
||||
<option v-for="(originator, i) of paperOriginators" :key="i">{{ originator }}</option>
|
||||
</select>
|
||||
|
|
Loading…
Reference in a new issue