refactor: improve ui consistency
This commit is contained in:
parent
f53f046766
commit
5a1e4bbcbc
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@
|
|||
type="search"
|
||||
autocomplete="off"
|
||||
:placeholder="`${t('action.search')}`"
|
||||
class="flex w-full p-4 py-2 bg-transparent"
|
||||
class="flex flex-1 p-4 py-2 bg-transparent"
|
||||
/>
|
||||
<div class="flex">
|
||||
<ButtonSecondary
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
v-model="filterText"
|
||||
type="search"
|
||||
autocomplete="off"
|
||||
class="flex w-full p-4 py-2 bg-transparent"
|
||||
class="flex flex-1 p-4 py-2 bg-transparent"
|
||||
:placeholder="`${t('action.search')}`"
|
||||
/>
|
||||
<div class="flex">
|
||||
|
|
|
|||
Loading…
Reference in a new issue