From f5389dc5a743cfd7140298a99d77d735b61d0f1b Mon Sep 17 00:00:00 2001
From: whycq <123456>
Date: 星期一, 27 五月 2024 09:19:16 +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