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 @@