refactor(settings): improve profile metadata input style
parent
73fe063a8f
commit
bf0c3425fc
|
@ -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 New Issue