[WIP] Фикс добалвения фото клиента
This commit is contained in:
@@ -370,7 +370,6 @@ export default {
|
||||
changeOpenModal() {
|
||||
this.showModal = true;
|
||||
this.showPopup = false;
|
||||
this.image = [addImageIcon];
|
||||
},
|
||||
changeOpenPopup() {
|
||||
this.showPopup = true;
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
@delete-client="transmitDeleteClient"
|
||||
)
|
||||
.dots.flex.justify-center.items-center(v-if="!rowOverlay")
|
||||
.flex.pl-5.z-10(v-if="isOpenChange")
|
||||
.flex.z-10(v-if="isOpenChange", class="pl-[10px]")
|
||||
base-button(
|
||||
@click="closeChangeData",
|
||||
confirm,
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
<template lang="pug">
|
||||
.flex.box-border.px-4.items-center.w-full.text-sm(:style="{ minWidth : width + 'px', maxWidth : width + 'px' }")
|
||||
.flex.box-border.px-4.items-center.w-full.text-sm(
|
||||
:style="{ minWidth : width + 'px', maxWidth : width + 'px' }"
|
||||
)
|
||||
span(v-if="!isOpenChange") {{value.age ? value.age.split("-").reverse().join(".") : ""}}
|
||||
base-input-date.input.max-h-10(
|
||||
v-if="isOpenChange",
|
||||
@click.stop,
|
||||
v-model:value="value.age",
|
||||
:width-input="124"
|
||||
v-model:value="value.age"
|
||||
)
|
||||
</template>
|
||||
|
||||
|
||||
@@ -43,5 +43,5 @@ export default {
|
||||
background-color: var(--font-grey-color)
|
||||
color: var(--font-dark-blue-color)
|
||||
.open-change
|
||||
padding-left: 52px
|
||||
padding-left: 36px
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user