diff --git a/src/components/lowCode/assistant/associatedForms.vue b/src/components/lowCode/assistant/associatedForms.vue index 8a05acf..220bd26 100644 --- a/src/components/lowCode/assistant/associatedForms.vue +++ b/src/components/lowCode/assistant/associatedForms.vue @@ -3,10 +3,12 @@ - + + + - + @@ -32,7 +34,7 @@ const configStyle = computed(() => { }) const getFormItemInputStyle = (ele: any,sty:number) => { if(ele?.inputStyle){ - console.log("返回栅格宽度4",AnalysisInputCss(ele?.inputStyle,sty)) + //console.log("返回栅格宽度4",AnalysisInputCss(ele?.inputStyle,sty)) return AnalysisInputCss(ele?.inputStyle,sty) } } diff --git a/src/views/formTable/page/cardPage.vue b/src/views/formTable/page/cardPage.vue index e2fa23f..aec9f4b 100644 --- a/src/views/formTable/page/cardPage.vue +++ b/src/views/formTable/page/cardPage.vue @@ -4,7 +4,8 @@ @ 备注: 卡片视图 -->