zy-asrs-flow/src/pages/map/index.jsx
@@ -11,7 +11,7 @@ let dark = token.colorBgBase === '#000'; return { layout: { // overflow: 'hidden', overflow: 'hidden', }, header: { height: 64, @@ -111,7 +111,7 @@ </Flex> </Header> <Content ref={contentRef} className={styles.content}> <div ref={mapRef}></div> <div ref={mapRef} style={{ position: "relative" }} /> </Content> </Layout> @@ -122,6 +122,7 @@ setEditModalVisible(false); } } refCurr={mapRef.current} /> </> )