mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-24 18:26:17 +03:00
refactor(settings): improve profile metadata input style
This commit is contained in:
parent
73fe063a8f
commit
bf0c3425fc
1 changed files with 4 additions and 8 deletions
|
@ -48,17 +48,13 @@ const chooseIcon = (i: number, text: string) => {
|
||||||
</CommonDropdown>
|
</CommonDropdown>
|
||||||
<input
|
<input
|
||||||
v-model="form.fieldsAttributes[i - 1].name"
|
v-model="form.fieldsAttributes[i - 1].name"
|
||||||
type="text"
|
type="text" placeholder="Label"
|
||||||
p2 border-rounded w-full bg-transparent
|
input-base
|
||||||
outline-none border="~ base"
|
|
||||||
placeholder="Label"
|
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
v-model="form.fieldsAttributes[i - 1].value"
|
v-model="form.fieldsAttributes[i - 1].value"
|
||||||
type="text"
|
type="text" placeholder="Content"
|
||||||
p2 border-rounded w-full bg-transparent
|
input-base
|
||||||
outline-none border="~ base"
|
|
||||||
placeholder="Content"
|
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue