WIP Анимация карточек и переключателя календаря
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
transition(name="section", mode="out-in")
|
||||
.flex.justify-center.items-center(
|
||||
v-if="sectionDataPresence",
|
||||
:style="{height: settings[section].voidHeight + 'px'}"
|
||||
:style="{height: settings[section].voidHeight + 'px'}",
|
||||
)
|
||||
base-loader(
|
||||
:width="60",
|
||||
@@ -72,6 +72,7 @@
|
||||
.section-body.flex.flex-col.gap-y-4.px-4(
|
||||
v-else-if="(this.isData || this.isAddress || this.isAttachments) && !isChange",
|
||||
:class="{'pt-3 pb-4': isData || isAddress || isAttachments}",
|
||||
:style="{height: settings[section].voidHeight + 'px'}"
|
||||
)
|
||||
.flex.flex-col.gap-y-4
|
||||
.flex.flex-col(v-for="(item, key) in sectionInfo", class="gap-y-1.5")
|
||||
|
||||
@@ -126,7 +126,7 @@ export const detail = {
|
||||
issued_by_date: "Дата",
|
||||
},
|
||||
width: 280,
|
||||
voidHeight: 242,
|
||||
voidHeight: 244,
|
||||
},
|
||||
snils: {
|
||||
title: "СНИЛС",
|
||||
|
||||
Reference in New Issue
Block a user