From a80f6cc83cec046dab4903078f6a7efc9ff5ab89 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 02 三月 2024 09:52:57 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/pages/map/index.jsx | 28 ++++++++++------------------
1 files changed, 10 insertions(+), 18 deletions(-)
diff --git a/zy-asrs-flow/src/pages/map/index.jsx b/zy-asrs-flow/src/pages/map/index.jsx
index 41fe8dc..bf98ffb 100644
--- a/zy-asrs-flow/src/pages/map/index.jsx
+++ b/zy-asrs-flow/src/pages/map/index.jsx
@@ -109,29 +109,21 @@
<Flex className={styles.flex} gap={'large'} justify={'flex-end'} align={'center'}>
<Button onClick={editHandle} size={'large'}><FormattedMessage id='map.edit' defaultMessage='缂栬緫鍦板浘' /></Button>
</Flex>
-
- <Edit
- open={editModalVisible}
- onCancel={
- () => {
- setEditModalVisible(false);
- }
- }
- refCurr={mapRef.current}
- />
</Header>
<Content ref={contentRef} className={styles.content}>
- <div ref={mapRef} style={{ position: "relative" }}>
-
- </div>
-
-
+ <div ref={mapRef} style={{ position: "relative" }} />
</Content>
-
-
</Layout>
-
+ <Edit
+ open={editModalVisible}
+ onCancel={
+ () => {
+ setEditModalVisible(false);
+ }
+ }
+ refCurr={mapRef.current}
+ />
</>
)
}
--
Gitblit v1.9.1