From 38aa92763b42f24ae9ca27c17cf6acc604ffe71f Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Thu, 26 Jun 2025 10:22:20 +0800 Subject: [PATCH] 1.修复方案信息的自定义参数高度问题 --- src/components/CommonElementEvent/SisformulaInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommonElementEvent/SisformulaInfo.js b/src/components/CommonElementEvent/SisformulaInfo.js index 73d7765..61b3b76 100644 --- a/src/components/CommonElementEvent/SisformulaInfo.js +++ b/src/components/CommonElementEvent/SisformulaInfo.js @@ -168,7 +168,7 @@ const SisformulaComponent = Form.create({ const selfParamPropsType = { ...commonBusiness.getTableTypes('selfParam', props), tableProps: { - AutoTableHeight: 255, + AutoTableHeight: 150, }, // bNaturalWidth: true, /* 原始宽度 不进行最后一列计算 */ rowSelection: null, -- libgit2 0.22.2