Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp =================================================================== diff -u -r27478 -r27482 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp (.../expressRecycleForTouchScreen.jsp) (revision 27478) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp (.../expressRecycleForTouchScreen.jsp) (revision 27482) @@ -925,8 +925,12 @@ var openElement; function openUpdateAmount(obj,row){ obj.blur(); - var width = 750; - var height = 400; + var width = 900; + var height = 500; + if(window.screen.availWidth > 1500){ + width = 750; + height = 400; + } openElement = obj; layerIndex=layer.open({ type : 2, Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r27423 -r27482 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 27423) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 27482) @@ -2813,9 +2813,9 @@ return; } obj.blur(); - var width = 550; - var height = 300; - if(resolution == '1980'){ + var width = 900; + var height = 500; + if(window.screen.availWidth > 1500){ width = 750; height = 400; }