日志删除
This commit is contained in:
parent
bf7ee0a966
commit
b365fc4dc7
@ -59,7 +59,6 @@ function onResize() {
|
||||
const clientHeight = document.body.clientHeight;
|
||||
canvasWidth.value = clientWidth;
|
||||
canvasHeight.value = clientHeight - headerHeight.value;
|
||||
console.log(canvasHeight.value, canvasWidth.value);
|
||||
const dom = document.getElementById('line-app-container');
|
||||
if (dom) {
|
||||
dom.style.width = canvasWidth.value + 'px';
|
||||
|
Loading…
Reference in New Issue
Block a user