From f9e79019686fadab974d5ebed4a8af2e9f6f3776 Mon Sep 17 00:00:00 2001
From: liwenxuan <1298531568@qq.com>
Date: Fri, 5 Sep 2025 15:21:16 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/DesignForm/assembly/index.ts | 8 +++++++-
src/components/DesignForm/public/expand/lowcodeImage.vue | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
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(){