注册页添加登录按钮
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user