From e79fd9a43864f88522cd545e7c4ae971a89a0109 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 07 三月 2024 14:41:34 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/pages/map/components/settings.jsx | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/zy-asrs-flow/src/pages/map/components/settings.jsx b/zy-asrs-flow/src/pages/map/components/settings.jsx
index a3b122e..b6dcba9 100644
--- a/zy-asrs-flow/src/pages/map/components/settings.jsx
+++ b/zy-asrs-flow/src/pages/map/components/settings.jsx
@@ -11,6 +11,7 @@
const SpriteSettings = (props) => {
const { styles } = useStyles();
+ const { curSprite } = props;
useEffect(() => {
@@ -27,7 +28,7 @@
getContainer={props.refCurr}
rootStyle={{ position: "absolute" }}
mask={false}
- width={378}
+ width={570}
extra={
<Space>
<Button onClick={() => props.onCancel()}><FormattedMessage id='common.cancel' defaultMessage='鍙栨秷' /></Button>
@@ -35,7 +36,12 @@
}
>
<Card>
-
+ {/*
+ // position
+ // scale
+ // rotation
+ // copy
+ */}
</Card>
</Drawer>
</>
--
Gitblit v1.9.1