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-info.flex.flex-col.flex-auto.h-full.gap-y-8.justify-between
.grid.grid-cols-2.gap-x-4.gap-y-6.px-4
.wrapper-info.h-full
.grid.grid-cols-2.gap-x-4.gap-y-6
base-custom-select.input-info(
:items="priorityList",
placeholder="Приоритет клиента",
@@ -37,9 +37,6 @@
v-show="networks.settings.length !== basicInfo.contacts.length",
@click="addNetwork"
) Добавить соцсеть
.px-4
base-button(@click="saveClient" :size="40")
span.font-semibold Создать клиента
</template>
<script>
@@ -78,8 +75,8 @@ export default {
<style lang="sass" scoped>
.wrapper-info
min-height: 336px
max-height: 443px
max-height: 336px
min-height: 272px
overflow-y: auto
&::-webkit-scrollbar
width: 4px