refactor(settings): improve profile metadata input style

pull/767/head
三咲智子 2023-01-04 18:47:19 +08:00
rodzic 73fe063a8f
commit bf0c3425fc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 69992F2250DFD93E
1 zmienionych plików z 4 dodań i 8 usunięć

Wyświetl plik

@ -48,17 +48,13 @@ const chooseIcon = (i: number, text: string) => {
</CommonDropdown>
<input
v-model="form.fieldsAttributes[i - 1].name"
type="text"
p2 border-rounded w-full bg-transparent
outline-none border="~ base"
placeholder="Label"
type="text" placeholder="Label"
input-base
>
<input
v-model="form.fieldsAttributes[i - 1].value"
type="text"
p2 border-rounded w-full bg-transparent
outline-none border="~ base"
placeholder="Content"
type="text" placeholder="Content"
input-base
>
</div>
</div>