解决ie8打开新页面最大化内容不会自适应问题

master
zengwh 5 years ago
parent 692c82837d
commit a995e23397

@ -19,6 +19,11 @@
<script src="${path}/static/js/jquery-1.11.3.min.js"></script> <script src="${path}/static/js/jquery-1.11.3.min.js"></script>
<script> <script>
var path = "${path}"; var path = "${path}";
$(document).ready(function() {
$(window).resize(function() {
location.reload()
});
});
</script> </script>
<style type="text/css"> <style type="text/css">
html,body{ html,body{

Loading…
Cancel
Save