perf(mobile): 去除手机网站底部空白间隙

This commit is contained in:
xiongxiaoyang
2023-10-14 10:06:16 +08:00
parent 255b3f8c4b
commit 2062123edd
8 changed files with 190 additions and 156 deletions

View File

@ -213,7 +213,7 @@
<script>
$("#body").css("min-height", ($(window).height() - 50) + "px")
$("#body").css("min-height", ($(window).height() - 60) + "px")
//查询用户信息
$.ajax({