注册页添加登录按钮

This commit is contained in:
GYJ
2024-12-15 18:21:24 +08:00
parent fa60aeec42
commit e7afd83085
4 changed files with 29 additions and 11 deletions

View File

@@ -541,6 +541,10 @@
}
}
if (document.documentElement.scrollHeight <= document.documentElement.clientHeight) {
bodyTag = document.getElementsByTagName('body')[0];
bodyTag.style.height = document.documentElement.clientWidth / screen.width * screen.height + 'px';
}
},
methods: {