diff --git a/src/components/common/VnSummaryDialog.vue b/src/components/common/VnSummaryDialog.vue index 08fc8870d..5da941a27 100644 --- a/src/components/common/VnSummaryDialog.vue +++ b/src/components/common/VnSummaryDialog.vue @@ -10,6 +10,10 @@ defineProps({ type: Object, required: true, }, + width: { + type: String, + default: 'md-width', + }, }); defineEmits([...useDialogPluginComponent.emits]); @@ -17,7 +21,19 @@ defineEmits([...useDialogPluginComponent.emits]); const { dialogRef, onDialogHide } = useDialogPluginComponent(); + + diff --git a/src/components/ui/CardDescriptor.vue b/src/components/ui/CardDescriptor.vue index cf217555a..43dc15e9b 100644 --- a/src/components/ui/CardDescriptor.vue +++ b/src/components/ui/CardDescriptor.vue @@ -37,6 +37,10 @@ const $props = defineProps({ type: Object, default: null, }, + width: { + type: String, + default: 'md-width', + }, }); const state = useState(); @@ -128,9 +132,8 @@ const toModule = computed(() => - { @on-fetch="setData" :summary="$props.summary" data-key="customer" + width="lg-width" >