diff --git a/src/mes/common/commonModelComponent/index.js b/src/mes/common/commonModelComponent/index.js index bec0ebb..569ace7 100644 --- a/src/mes/common/commonModelComponent/index.js +++ b/src/mes/common/commonModelComponent/index.js @@ -1188,10 +1188,12 @@ const CommonModelComponent = props => { "设备维修记录", "设备点检记录", "设备点检明细", + "设备润滑记录", + "设备润滑明细", "设备资料" ].includes(configList[0].sTabName) ) { - advancedStyle.width = "calc(100% - 300px)"; + advancedStyle.width = "calc(100% - 10px)"; advancedStyle.height = ["设备维修记录", "设备点检明细"].includes( configList[0].sTabName ) @@ -1204,7 +1206,7 @@ const CommonModelComponent = props => { }; return ( <> - + {/**/}
{getComponent(configList[0], -1)}