no message

deploy
zcy 2022-01-17 00:38:02 +08:00
parent 39619d6524
commit 8a6d75d220
1 changed files with 1 additions and 2 deletions

View File

@ -293,8 +293,7 @@
popNode.style.width = width+"px"; popNode.style.width = width+"px";
popNode.style.top = top+"px"; popNode.style.top = top+"px";
popNode.style.left = left+"px"; popNode.style.left = left+"px";
document.getElementById("content_table").style.width=width+"px"; document.getElementById("content_table").style.width = width + "px";
} }
</script> </script>