diff --git a/frontend/src/components/StdDataDisplay/StdCurd.vue b/frontend/src/components/StdDataDisplay/StdCurd.vue index 99fab168..330d36d1 100644 --- a/frontend/src/components/StdDataDisplay/StdCurd.vue +++ b/frontend/src/components/StdDataDisplay/StdCurd.vue @@ -51,6 +51,10 @@ const props = defineProps({ exportCsv: { type: Boolean, default: false + }, + modalWidth: { + type: Number, + default: 600 } }) @@ -131,13 +135,13 @@ function edit(id: any) {