#
luxiaotao1123
2024-10-16 991d8f88fc4644ec42f1d9febef2a11ef36dedd0
#
1个文件已修改
1 ■■■■ 已修改文件
zy-acs-flow/src/map/MapPage.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | 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);