zy-acs-flow/src/map/MapPage.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zy-acs-flow/src/map/MapPage.jsx
@@ -65,6 +65,7 @@ }); const handleResize = () => { if (!contentRef) { return; } const width = contentRef.current.offsetWidth; const height = contentRef.current.offsetHeight; player.resize(width, height);