diff --git a/src/components/DesignForm/app/cardPage.vue b/src/components/DesignForm/app/cardPage.vue index 32a2b3db4..fdbba7178 100644 --- a/src/components/DesignForm/app/cardPage.vue +++ b/src/components/DesignForm/app/cardPage.vue @@ -4,6 +4,7 @@ @ 备注: 卡片视图 --> - {{lineRanks}}-- - + + + - - - 1 - 2 - - - 4 - - + + + + 标题标题标题标题标题标题标题标题标题标题标题标题标题标题 + 内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容 + + + - 1 - 2 - 3 - 4 - 5 - 6 + + + + + + + 标题标题标题标题标题标题标题标题标题标题标题标题标题标题 + 内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容 + + + + + + + + + + + diff --git a/src/components/DesignForm/public/form/formGroup.vue b/src/components/DesignForm/public/form/formGroup.vue index 982290b29..acdc3350c 100644 --- a/src/components/DesignForm/public/form/formGroup.vue +++ b/src/components/DesignForm/public/form/formGroup.vue @@ -374,7 +374,7 @@ onMounted(()=>{ }) const getFormItemLableStyle = (ele: any) => { - if(ele?.labelStyle){ + if(ele?.labelStyle){ // console.log("返回栅格宽度3",AnalysisCss(ele?.labelStyle)) return AnalysisCss(ele?.labelStyle) } diff --git a/src/types/components.d.ts b/src/types/components.d.ts index b8dbee5e1..a8a381a44 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -124,9 +124,12 @@ declare module '@vue/runtime-core' { HeadToolsNew: typeof import('./../components/DesignForm/public/headToolsNew.vue')['default'] IconSelect: typeof import('./../components/IconSelect/index.vue')['default'] IEpCaretBottom: typeof import('~icons/ep/caret-bottom')['default'] + IEpCaretTop: typeof import('~icons/ep/caret-top')['default'] IEpClose: typeof import('~icons/ep/close')['default'] + IEpDelete: typeof import('~icons/ep/delete')['default'] IEpEdit: typeof import('~icons/ep/edit')['default'] IEpMessageBox: typeof import('~icons/ep/message-box')['default'] + IEpPlus: typeof import('~icons/ep/plus')['default'] IEpRefresh: typeof import('~icons/ep/refresh')['default'] IEpSearch: typeof import('~icons/ep/search')['default'] IEpSetting: typeof import('~icons/ep/setting')['default']