Commit 527549b6 by huaying

fix: ui,吸顶

parent 288c09ef
......@@ -315,7 +315,7 @@ export default {
// this.maxHeight = screenHeight;
// });
// }else {
let screenHeight = document.documentElement.clientHeight - 395 + 'px';
let screenHeight = document.documentElement.clientHeight - 375 + 'px';
this.$nextTick(() => {
this.maxHeight = screenHeight;
});
......@@ -333,7 +333,7 @@ export default {
// }else{
window.onresize = () => {
return (() => {
let screenHeight = document.documentElement.clientHeight - 395 + 'px';
let screenHeight = document.documentElement.clientHeight - 375 + 'px';
that.maxHeight = screenHeight;
})();
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment