Line 80: | Line 80: | ||
//禁止网页缩放 | //禁止网页缩放 | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
− | $("body").css("min-width",screen.availWidth); | + | $("body").css("min-width",screen.availWidth-16); |
}); | }); | ||
Revision as of 18:24, 10 October 2018