From 9913f2067c570e4006585be1335f02bcbc9177c0 Mon Sep 17 00:00:00 2001 From: Daria Golova Date: Mon, 12 Dec 2022 18:24:59 +0300 Subject: [PATCH] =?UTF-8?q?WIP=20=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=20=D0=BB=D0=B8=D1=88=D0=BD=D0=B5=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../clients/components/ClientDetailInfoSection.vue | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/pages/clients/components/ClientDetailInfoSection.vue b/src/pages/clients/components/ClientDetailInfoSection.vue index 8affa7a..1cd3985 100644 --- a/src/pages/clients/components/ClientDetailInfoSection.vue +++ b/src/pages/clients/components/ClientDetailInfoSection.vue @@ -14,11 +14,11 @@ :size="20" ) .icon-ok.text-xsm(class="pt-[3px]") - .edit.icon-edit.cursor-pointer.text-sm( + .edit.cursor-pointer( v-if="!isChange && (this.isData || this.isAddress || this.isAttachments)", @click="changeClientData" ) - .icon-edit.text-base.mt-1 + .icon-edit.text-base.mt-2px .flex.relative base-button( v-if="settings[section].addFile", @@ -228,16 +228,6 @@ export default { ? this.sectionInfo.issued_by_date.split("-").reverse().join(".") : ""; }, - sectionAnimationClasses() { - if (this.isData || this.isAddress || this.isAttachments) { - return { - "closed-add": true, - }; - } - return { - "closed-body": true, - }; - }, sectionDataPresence() { if (this.section === "docs") { return this.sectionInfo[0]?.initialization;