From 70d05f0fe80888d83036cd1c1ad440b114e10a14 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 18 三月 2024 16:42:31 +0800
Subject: [PATCH] #

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

diff --git a/zy-asrs-flow/src/pages/map/index.jsx b/zy-asrs-flow/src/pages/map/index.jsx
index 904021e..0d84c56 100644
--- a/zy-asrs-flow/src/pages/map/index.jsx
+++ b/zy-asrs-flow/src/pages/map/index.jsx
@@ -256,7 +256,7 @@
                                 />
                             )}
                         </Col>
-                        <Col span={12} style={{ backgroundColor: '#4a69bd' }}>
+                        <Col span={12} style={{ backgroundColor: styles.dark ? '#2C3A47' : '#4a69bd' }}>
                             <Flex className={styles.flex} gap={'large'} justify={'flex-end'} align={'center'}>
 
                                 {model === MapModel.OBSERVER_MODEL && (

--
Gitblit v1.9.1