diff --git a/app/components/app/prescription-item/list-entry.vue b/app/components/app/prescription-item/list-entry.vue index e5feecba..6629f782 100644 --- a/app/components/app/prescription-item/list-entry.vue +++ b/app/components/app/prescription-item/list-entry.vue @@ -15,5 +15,24 @@ defineProps<{ :func-parsed="funcParsed" :func-html="funcHtml" :func-component="funcComponent" + class="border mb-4 2xl:mb-5" /> +
+
+ + +
+
+ +
+
diff --git a/app/components/app/prescription/list-entry.vue b/app/components/app/prescription/list-entry.vue index 8231dd84..91cf96d5 100644 --- a/app/components/app/prescription/list-entry.vue +++ b/app/components/app/prescription/list-entry.vue @@ -1,8 +1,12 @@ diff --git a/app/components/pub/my-ui/data-table/data-table.vue b/app/components/pub/my-ui/data-table/data-table.vue index 883273b7..c0df12a9 100644 --- a/app/components/pub/my-ui/data-table/data-table.vue +++ b/app/components/pub/my-ui/data-table/data-table.vue @@ -15,6 +15,7 @@ const props = defineProps<{ funcComponent?: RecStrFuncComponent selectMode?: 'single' | 'multiple' modelValue?: any[] | any + class?: string }>() const emit = defineEmits<{ @@ -61,7 +62,7 @@ function handleActionCellClick(event: Event, _cellRef: string) {