From 7505e62e9ecf0c2f192673f4d1da9afef9d33a18 Mon Sep 17 00:00:00 2001 From: GAOANG <1140589958@qq.com> Date: Mon, 15 Apr 2024 17:03:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=A1=E6=81=AF=E4=BD=93=E5=93=8D?= =?UTF-8?q?=E5=BA=94=E5=BC=8F=E5=8A=A0=E8=BD=BD=EF=BC=8C=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E5=8F=8A=E7=BB=84=E4=BB=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E4=B8=80=E8=87=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Designer/src/components/AntdWidgetFormItem.vue | 3 +++ src/components/Designer/src/types/index.ts | 2 ++ src/components/Form/src/components/CommonInfo.vue | 1 - 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Designer/src/components/AntdWidgetFormItem.vue b/src/components/Designer/src/components/AntdWidgetFormItem.vue index 9250d26..14da4b6 100644 --- a/src/components/Designer/src/components/AntdWidgetFormItem.vue +++ b/src/components/Designer/src/components/AntdWidgetFormItem.vue @@ -1197,6 +1197,9 @@ border: 1px dashed #ccc; background: #fff; } + :deep(.ant-input-disabled) { + padding-top: 0; + } /* @import '/@/assets/style/designer/index.css'; */ diff --git a/src/components/Designer/src/types/index.ts b/src/components/Designer/src/types/index.ts index 52c590f..a410485 100644 --- a/src/components/Designer/src/types/index.ts +++ b/src/components/Designer/src/types/index.ts @@ -1145,6 +1145,8 @@ export const infoComponents = [ infoType: 0, // 0当前用户 1当前组织 2当前时间 labelWidthMode: 'fix', labelFixWidth: 120, + responsive: false, + respNewRow: false, loadAgain: false, //二次加载 showLabel: true, disabled: true, diff --git a/src/components/Form/src/components/CommonInfo.vue b/src/components/Form/src/components/CommonInfo.vue index 5956ddf..cf7edf2 100644 --- a/src/components/Form/src/components/CommonInfo.vue +++ b/src/components/Form/src/components/CommonInfo.vue @@ -94,6 +94,5 @@ border: none; background-color: transparent; color: inherit; - padding-top: 0; }