feat: 手机端我的书架页面适配

This commit is contained in:
xiongxiaoyang
2023-05-13 23:40:54 +08:00
parent c63b4d617e
commit 18f5fbf508
7 changed files with 293 additions and 5 deletions

View File

@ -62,7 +62,7 @@
<div th:replace="mobile/common/js :: js">
</div>
<script type="text/javascript">
$("#form1").css("height",($(window).height() - 140)+"px")
$("#form1").css("min-height",($(window).height() - 140)+"px")
if(localStorage.getItem("autoLogin")==1){
$("#autoLogin").prop("checked",'true');
layui.form.render('checkbox','loginForm');