Index: ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordForm.js =================================================================== diff -u -r30887 -r30888 --- ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordForm.js (.../sterilizationRecordForm.js) (revision 30887) +++ ssts-web/src/main/webapp/disinfectsystem/sterilizationmanager/sterilizationrecord/sterilizationRecordForm.js (.../sterilizationRecordForm.js) (revision 30888) @@ -4481,12 +4481,13 @@ var value; if(type == 'width'){ - var width = top.screen.width; + var width = top.screen.width; + width = width > 1600 ? 1580 :width-20; if(isIE()){ value = width; }else { value = width/ratio*100; - } + } }else { var height = top.screen.height; if(isIE()){ @@ -4550,7 +4551,7 @@ title: '灭菌记录信息', border: false, modal: true, - width : bodyWidth > 1600 ? 1580 :bodyWidth-20, + width : bodyWidth, height : bodyHeight, plain: true, manager: winG,