日志删除

This commit is contained in:
fan 2023-08-08 14:51:04 +08:00
parent bf7ee0a966
commit b365fc4dc7

View File

@ -59,7 +59,6 @@ function onResize() {
const clientHeight = document.body.clientHeight; const clientHeight = document.body.clientHeight;
canvasWidth.value = clientWidth; canvasWidth.value = clientWidth;
canvasHeight.value = clientHeight - headerHeight.value; canvasHeight.value = clientHeight - headerHeight.value;
console.log(canvasHeight.value, canvasWidth.value);
const dom = document.getElementById('line-app-container'); const dom = document.getElementById('line-app-container');
if (dom) { if (dom) {
dom.style.width = canvasWidth.value + 'px'; dom.style.width = canvasWidth.value + 'px';