Commit 38aa92763b42f24ae9ca27c17cf6acc604ffe71f

Authored by Min
1 parent ba91d7d8

1.修复方案信息的自定义参数高度问题

src/components/CommonElementEvent/SisformulaInfo.js
@@ -168,7 +168,7 @@ const SisformulaComponent = Form.create({ @@ -168,7 +168,7 @@ const SisformulaComponent = Form.create({
168 const selfParamPropsType = { 168 const selfParamPropsType = {
169 ...commonBusiness.getTableTypes('selfParam', props), 169 ...commonBusiness.getTableTypes('selfParam', props),
170 tableProps: { 170 tableProps: {
171 - AutoTableHeight: 255, 171 + AutoTableHeight: 150,
172 }, 172 },
173 // bNaturalWidth: true, /* 原始宽度 不进行最后一列计算 */ 173 // bNaturalWidth: true, /* 原始宽度 不进行最后一列计算 */
174 rowSelection: null, 174 rowSelection: null,