From 9b254255cf7aaded5e236615ea5be48deb64b8ce Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 16 十月 2024 15:35:26 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/map/insight/index.jsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/zy-acs-flow/src/map/insight/index.jsx b/zy-acs-flow/src/map/insight/index.jsx
index 57af9bb..48c10db 100644
--- a/zy-acs-flow/src/map/insight/index.jsx
+++ b/zy-acs-flow/src/map/insight/index.jsx
@@ -44,7 +44,7 @@
<CloseIcon />
</IconButton>
</Stack>
- <Box p={2}>
+ <Box p={2} pt={1}>
<Card sx={{
transition: '0.3s',
boxShadow: themeMode === 'light'
@@ -61,7 +61,7 @@
{deviceType === DEVICE_TYPE.SHELF && (
<>
<ShelfInsight
-
+ sprite={sprite}
/>
</>
)}
--
Gitblit v1.9.1