Работа над журналом для ст. мед сестер

This commit is contained in:
brusnitsyn
2026-05-04 17:11:16 +09:00
parent f107ebd167
commit 7a58812072
61 changed files with 3532 additions and 1163 deletions

View File

@@ -61,10 +61,13 @@ watch(() => [props.minH, props.maxH], ([minH, maxH]) => {
<template>
<NFormItem :show-label="hasHeaderInOutside" :label="header" :show-feedback="hasFeedback" :feedback="feedback">
<NCard :class="noPadding ? 'no-padding h-full' : ''">
<template v-if="!hasHeaderInOutside" #header>
<NCard :class="noPadding ? 'no-padding h-full' : 'h-full'">
<template v-if="!hasHeaderInOutside && header" #header>
{{ header }}
</template>
<template #header-extra>
<slot name="header-extra" />
</template>
<NScrollbar :style="styles">
<slot />
</NScrollbar>