mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-03 07:56:38 +00:00
perf(mobile): 去除手机网站底部空白间隙
This commit is contained in:
@ -213,7 +213,7 @@
|
||||
|
||||
|
||||
<script>
|
||||
$("#body").css("min-height", ($(window).height() - 50) + "px")
|
||||
$("#body").css("min-height", ($(window).height() - 60) + "px")
|
||||
|
||||
//查询用户信息
|
||||
$.ajax({
|
||||
|
Reference in New Issue
Block a user