From 5e8986006875129d079c0e88a9fbde34a9d24aa9 Mon Sep 17 00:00:00 2001 From: 0xJacky Date: Fri, 16 Sep 2022 21:59:48 +0800 Subject: [PATCH] fix: bug fix --- .../src/components/StdDataDisplay/StdCurd.vue | 46 ++++++++++-------- .../StdDataDisplay/StdPagination.vue | 11 ++--- .../components/StdDataDisplay/StdTable.vue | 48 +++++++++++++------ .../StdDataEntry/compontents/StdSelector.vue | 8 ++-- frontend/src/version.json | 2 +- frontend/version.json | 2 +- 6 files changed, 71 insertions(+), 46 deletions(-) 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) {