WIP Сделал шаблон Контактов

This commit is contained in:
DwCay
2023-04-13 18:14:21 +03:00
parent ce33e49b27
commit 23af294f2b
8 changed files with 183 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
:open-edit="openEdit"
)
.form-wrap.gap-24.w-full
.data-section.flex.flex-col.gap-4(v-for="data in configData")
.flex.flex-col.gap-4(v-for="data in configData")
.font-semibold.text-sm.whitespace-nowrap {{data.dataLabel}}
.flex.w-full.justify-between.items-center.gap-4(v-for="field in data.fields")
.label-field.font-sm.text-sm.whitespace-nowrap {{`${field.label} :`}}
@@ -208,8 +208,6 @@ export default {
border-radius: 50%
.replace-photo
color: var(--btn-blue-color)
.input
color: purple
.form-wrap
display: grid
grid-template-columns: repeat(3, 1fr)