Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/commonRecycle.js =================================================================== diff -u -r27355 -r27417 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/commonRecycle.js (.../commonRecycle.js) (revision 27355) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/commonRecycle.js (.../commonRecycle.js) (revision 27417) @@ -39,7 +39,7 @@ var zoomRatio = 1; if(designedWidth != actualWidth || designedHeight != actualHeight){ var zoomWidthRatio = actualWidth/designedWidth; - var zoomHeightRatio = (actualHeight-50)/designedHeight; + var zoomHeightRatio = actualHeight/designedHeight; if(zoomWidthRatio < 1.0 || zoomHeightRatio < 1.0){ // 需要缩小