WIP Ренейминг компонентов
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<template lang="pug">
|
||||
.flex.flex-col.gap-y-2.wrapper
|
||||
basic-data-form
|
||||
documents-form
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import BasicDataForm from "@/pages/newMedicalCard/components/BasicDataForms/BasicDataForm.vue";
|
||||
import DocumentsForm from "@/pages/newMedicalCard/components/BasicDataForms/DocumentsForm.vue";
|
||||
export default {
|
||||
name: "MedicalBasicDataWrapper",
|
||||
components: { BasicDataForm, DocumentsForm },
|
||||
};
|
||||
</script>
|
||||
<style lang="sass" scoped>
|
||||
.wrapper
|
||||
width: 83.2%
|
||||
@media (max-width: 600px)
|
||||
width: fit-content
|
||||
</style>
|
||||
Reference in New Issue
Block a user