Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/tousseImage.jsp =================================================================== diff -u -r33554 -r33571 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/tousseImage.jsp (.../tousseImage.jsp) (revision 33554) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/tousseImage.jsp (.../tousseImage.jsp) (revision 33571) @@ -748,7 +748,7 @@ var newClientHeight = (clientHeight == '')?document.body.clientHeight:parseInt(clientHeight); var screenHeight = window.screen.height; - var screenWidth = window.screen.width; + var screenWidth = document.body.clientWidth; var height = 0; $('body').height(newClientHeight+'px'); @@ -759,17 +759,14 @@ }else { height = bodyHeight; } - if(screenWidth == 1920){ $('.btn-box a').css('font-size','20px'); }else if(screenWidth == 1680 || screenWidth == 1600){ $('.btn-box a').css('font-size','18px'); }else if(screenWidth == 1440 || screenWidth == 1400){ $('.btn-box a').css('font-size','16px'); - }else if(screenWidth == 1366 || screenWidth == 1360){ - $('.btn-box a').css('font-size','14px'); }else { - $('.btn-box a').css('font-size','12px'); + $('.btn-box a').css('font-size','14px'); } var imageAndMaterialID_Height = 0;