From 9f4a1cf5f91f85c49d3e609f19c9e833a08ca8ee Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 22 三月 2024 08:29:48 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/src/pages/map/components/device.jsx |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/zy-asrs-flow/src/pages/map/components/device.jsx b/zy-asrs-flow/src/pages/map/components/device.jsx
index d955c04..18477fd 100644
--- a/zy-asrs-flow/src/pages/map/components/device.jsx
+++ b/zy-asrs-flow/src/pages/map/components/device.jsx
@@ -37,7 +37,7 @@
 
 import agv from '/public/img/map/agv.svg'
 import shelf from '/public/img/map/shelf.png'
-import point from '/public/img/map/point.png'
+import point from '/public/img/map/point.svg'
 
 const Device = (props) => {
     const intl = useIntl();
@@ -110,9 +110,11 @@
                             <FormattedMessage id='map.sensor.type.shelf' defaultMessage='璐ф灦' />
                         </div>
                     </Col>
-                    <Col className={styles.mapCol} span={8} >
+                    <Col className={styles.mapCol} span={8}>
                         <Image
                             src={point}
+                            style={{
+                            }}
                             width='50px'
                             preview={false}
                             draggable="true"

--
Gitblit v1.9.1