.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user