mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化copyright
This commit is contained in:
parent
7af506b8d1
commit
2df64e6556
@ -20,8 +20,7 @@
|
||||
const that = this
|
||||
window.onresize = () => {
|
||||
return (() => {
|
||||
window.screenHeight = document.body.clientHeight
|
||||
that.screenHeight = window.screenHeight
|
||||
that.screenHeight = document.body.offsetHeight;
|
||||
})()
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user