[WIP] Добавил примерную форму мед карты

This commit is contained in:
megavrilinvv
2022-12-13 18:35:29 +03:00
parent 1bb81c9352
commit cfc2448315
9 changed files with 230 additions and 6 deletions

View File

@@ -0,0 +1,17 @@
<template lang="pug">
.wrapper.flex.w-full.relative.mx-2
.wrapper-medical.relative.flex.flex-col.px-6.py-6.h-full.w-full
</template>
<script>
export default { name: "MedicalCardWrapper" };
</script>
<style lang="sass" scoped>
.wrapper
overflow: auto
border-top-left-radius: 4px
.wrapper-medical
background-color: var(--default-white)
height: calc(100vh - 64px)
</style>