From d703b01902e1746cb60ba531bb3ca54a72b08f91 Mon Sep 17 00:00:00 2001 From: gaoyunqi Date: Fri, 1 Mar 2024 12:00:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=84=E4=BB=B6=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=AE=9A=E5=AE=BD=E6=A8=A1=E5=BC=8F=20feat:?= =?UTF-8?q?=20=E5=93=8D=E5=BA=94=E5=BC=8F=E5=B8=83=E5=B1=80=EF=BC=88?= =?UTF-8?q?=E8=8D=89=E7=A8=BF=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 4 + .../src/components/AntdFormConfig.vue | 188 +- .../src/components/AntdWidgetFormItem.vue | 2390 +++++++-------- .../componentProperty/PropertyOption.vue | 303 +- src/components/Designer/src/types/index.ts | 2598 ++++++++--------- src/components/SimpleForm/src/SimpleForm.vue | 42 +- .../src/components/SimpleFormItem.vue | 14 +- 7 files changed, 2709 insertions(+), 2830 deletions(-) diff --git a/.env b/.env index 3ba6f1a..2eb64c5 100644 --- a/.env +++ b/.env @@ -9,3 +9,7 @@ VITE_GLOB_APP_SHORT_NAME = 全代码平台 # 应用名称 VITE_SYSTEM_NAME = 全代码平台 + +# 响应式布局的表单宽度分界 +VITE_RESP_LG_WIDTH = 1280 +VITE_RESP_MD_WIDTH = 960 diff --git a/src/components/Designer/src/components/AntdFormConfig.vue b/src/components/Designer/src/components/AntdFormConfig.vue index ed91a9c..e8d6819 100644 --- a/src/components/Designer/src/components/AntdFormConfig.vue +++ b/src/components/Designer/src/components/AntdFormConfig.vue @@ -1,105 +1,117 @@ - diff --git a/src/components/Designer/src/components/AntdWidgetFormItem.vue b/src/components/Designer/src/components/AntdWidgetFormItem.vue index f6d2204..9250d26 100644 --- a/src/components/Designer/src/components/AntdWidgetFormItem.vue +++ b/src/components/Designer/src/components/AntdWidgetFormItem.vue @@ -1,1322 +1,1202 @@ - - - - - - - - - - diff --git a/src/components/Designer/src/components/componentProperty/PropertyOption.vue b/src/components/Designer/src/components/componentProperty/PropertyOption.vue index c2509a8..1d3de60 100644 --- a/src/components/Designer/src/components/componentProperty/PropertyOption.vue +++ b/src/components/Designer/src/components/componentProperty/PropertyOption.vue @@ -1,13 +1,13 @@