This commit is contained in:
andrusyakka
2023-08-01 18:26:47 +03:00
parent d1a84fc060
commit a9b4a7e185
6 changed files with 29 additions and 74 deletions

View File

@@ -1,6 +1,5 @@
<template lang="pug">
.medcards-wrapper.flex.flex-col.w-full.gap-y-2.h-full
table-patients
.medcards-wrapper.flex.flex-col.gap-y-2.h-full
medical-card-search
</template>
@@ -13,3 +12,8 @@ export default {
components: { MedicalCardSearch, TablePatients },
};
</script>
<style lang="sass">
.medcards-wrapper
width: calc(100vw - 72px)
</style>