diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts
index 1cb033c..511af69 100644
--- a/src/components/DesignForm/assembly/index.ts
+++ b/src/components/DesignForm/assembly/index.ts
@@ -576,6 +576,11 @@ export default [
},
config: {},
styles: {
+ divStyle: {
+ marginBot: "15",
+ widthStatus: false,
+ width: "800",
+ },
labelStyle:{
divbox: "all",
transparency: 100,
@@ -583,7 +588,8 @@ export default [
border: 5,
marginTop: "5",
marginLeft: "7"
- }
+ },
+ inputStyle: {}
}
},
{
diff --git a/src/components/DesignForm/public/expand/lowcodeImage.vue b/src/components/DesignForm/public/expand/lowcodeImage.vue
index 9f63276..6bf43d6 100644
--- a/src/components/DesignForm/public/expand/lowcodeImage.vue
+++ b/src/components/DesignForm/public/expand/lowcodeImage.vue
@@ -368,7 +368,7 @@ function selectFile(){