diff --git a/src/components/common/VnLog.vue b/src/components/common/VnLog.vue index fb80a7175..fdf2e52ee 100644 --- a/src/components/common/VnLog.vue +++ b/src/components/common/VnLog.vue @@ -804,7 +804,7 @@ watch( + + 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" >