#
luxiaotao1123
2024-03-21 b0ed0bfd96faab9bf93641dc4a586e0714568081
zy-asrs-flow/src/pages/map/index.jsx
@@ -40,7 +40,8 @@
        },
        content: {
            backgroundColor: '#F8FAFB',
            height: 'calc(100vh - 120px)'
            height: 'calc(100vh - 120px)',
            position: 'relative'
        },
        select: {
            color: 'red',
@@ -348,7 +349,8 @@
                    </Row>
                </Header>
                <Content ref={contentRef} className={styles.content}>
                    <div ref={mapRef} style={{ position: "relative" }} >
                    <div ref={mapRef} />
                        {hasFloor && (
                            <MapFloor
                                curFloor={curFloor}
@@ -403,7 +405,6 @@
                                }}
                            />
                        </FloatButton.Group>
                    </div>
                </Content>
            </Layout >