fix: placeholder styles

This commit is contained in:
liyasthomas
2022-02-11 10:24:08 +05:30
parent 5b24224ccd
commit 7b2dc68481
4 changed files with 133 additions and 4 deletions

View File

@@ -49,6 +49,15 @@
:spellcheck="false"
:value="header.key"
autofocus
styles="
bg-transparent
flex
flex-1
py-1
px-4
truncate
"
class="flex-1 !flex"
@input="
updateHeader(index, {
key: $event,