From ac9ff0b6267a77cb95eb7c1b7ec0b52ad829963c Mon Sep 17 00:00:00 2001 From: gaoyunqi Date: Thu, 14 Mar 2024 10:03:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=AD=97=E6=AE=B5=E6=97=B6=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=E6=8A=A5=E9=94=99=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SimpleForm/src/SimpleForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SimpleForm/src/SimpleForm.vue b/src/components/SimpleForm/src/SimpleForm.vue index 02ab884..c6685ce 100644 --- a/src/components/SimpleForm/src/SimpleForm.vue +++ b/src/components/SimpleForm/src/SimpleForm.vue @@ -109,7 +109,7 @@ function getColWidth(schema: any) { const compProps = schema.componentProps; - if (compProps.responsive) { + if (compProps?.responsive) { if (compProps.respNewRow) { return 24; // 响应式布局下独立成行 } else {