#
luxiaotao1123
2024-03-01 0894a00e1bb4b07f0ba5019e58236e0b3013075e
#
2个文件已修改
5 ■■■■ 已修改文件
zy-asrs-flow/src/pages/map/index.css 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/index.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/index.css
@@ -5,4 +5,8 @@
.ant-layout {
    min-height: 50vh;
}
* {
    box-sizing: border-box;
}
zy-asrs-flow/src/pages/map/index.jsx
@@ -65,7 +65,6 @@
        const width = contentRef.current.offsetWidth;
        const height = contentRef.current.offsetHeight;
        app.renderer.resize(width, height);
    }, [windowSize]);
    return (