[WIP] Заменил инпуты и радио инпуты

This commit is contained in:
megavrilinvv
2023-01-18 18:09:36 +03:00
parent b2a4d8313d
commit b410628858
7 changed files with 65 additions and 97 deletions

View File

@@ -12,6 +12,7 @@
:items="gendersList",
radioButtonsLabel="Пол",
v-model="clientDetail.gender",
inline
)
.flex.gap-x-4
.input

View File

@@ -4,7 +4,8 @@
base-radio-buttons-group(
:items="policiesList",
v-model="policy",
rowGap="gap-x-[182px]"
rowGap="gap-x-[182px]",
inline
)
.flex.gap-x-4
.flex.flex-col.gap-y-4