From ae993a786017174d67f17071d2a8a176db6e60e3 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 16 十月 2024 14:33:01 +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