From f301212b9f4294400d0e94c671eeb4a4f3222a2d Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Mon, 18 Mar 2024 13:35:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/assembly/index.ts | 21 ++++--------------- .../DesignForm/public/form/formGroup.vue | 6 +++--- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts index 826cfd375..3df9c5c6c 100644 --- a/src/components/DesignForm/assembly/index.ts +++ b/src/components/DesignForm/assembly/index.ts @@ -438,11 +438,11 @@ const selectOption: any = [ component: '' // 根据template注入的组件*/ }, { -<<<<<<< HEAD + type: 'upload', label: '图片/文件', icon: 'image', - iconFont: 'fa-photo', + iconFont: 'fa-file-image-o', control: { modelValue: '' // 也可以是[{name:'',url:''}]形式 }, @@ -452,16 +452,7 @@ const selectOption: any = [ labelStyle:{}, inputStyle:{} } -======= - type: 'upload', - label: '图片/文件', - icon: 'image', - iconFont: 'fa-file-image-o', - control: { - modelValue: '' // 也可以是[{name:'',url:''}]形式 - }, - config: {} ->>>>>>> liwenxuan_v4 + }, { type: 'tinymce', @@ -533,16 +524,13 @@ const selectOption: any = [ interval:2000, } }, -<<<<<<< HEAD + config: {}, styles:{ divStyle:{}, labelStyle:{}, inputStyle:{} } - } -======= - config: {} }, { type: 'lowcodeTransfer', @@ -604,7 +592,6 @@ const selectOption: any = [ }, config: {} }, ->>>>>>> liwenxuan_v4 ] }, { diff --git a/src/components/DesignForm/public/form/formGroup.vue b/src/components/DesignForm/public/form/formGroup.vue index 2b224d6e0..1e153e613 100644 --- a/src/components/DesignForm/public/form/formGroup.vue +++ b/src/components/DesignForm/public/form/formGroup.vue @@ -458,14 +458,14 @@ const getFormItemLableStyle = (ele: any) => { -<<<<<<< HEAD + -======= + ->>>>>>> liwenxuan_v4 +