WIP Форма создания клиента переделана

This commit is contained in:
Daria Golova
2023-01-18 16:37:56 +03:00
parent 4fcd6aa206
commit 1283ea08f5
5 changed files with 61 additions and 73 deletions

View File

@@ -1,6 +1,6 @@
<template lang="pug">
.wrapper-addresses.flex.flex-col.flex-auto.h-full.gap-y-8.justify-between
.flex.flex-col.gap-y-6.px-4
.wrapper-addresses.h-full
.flex.flex-col.gap-y-6
base-input(
v-model="addresses.full_address",
placeholder="Введите адрес целиком",
@@ -53,9 +53,6 @@
v-model="addresses.zip_code",
label="Индекс"
)
.px-4
base-button(@click="saveClient" :size="40")
span.font-semibold Создать клиента
</template>
<script>
@@ -76,8 +73,7 @@ export default {
<style lang="sass" scoped>
.wrapper-addresses
min-height: 443px
max-height: 443px
height: 368px
overflow-y: auto
&::-webkit-scrollbar
width: 4px