From 5ecfeb5b441c9d0ba370620de2c5f7a83c229e42 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期三, 17 十二月 2025 16:46:05 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/map/MapPage.jsx |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/zy-acs-flow/src/map/MapPage.jsx b/zy-acs-flow/src/map/MapPage.jsx
index a28cf21..ad0e245 100644
--- a/zy-acs-flow/src/map/MapPage.jsx
+++ b/zy-acs-flow/src/map/MapPage.jsx
@@ -218,6 +218,7 @@
         if (!mapContainer) {
             return;
         }
+        setAreaListVisible(false);
         Tool.removeSelectedEffect();
         if (curSprite) {
             if (mode === MAP_MODE.OBSERVER_MODE) {
@@ -576,7 +577,8 @@
                 zoneId={curZone}
                 open={areaListVisible}
                 onClose={() => setAreaListVisible(false)}
-                width={400}
+                setCurSprite={setCurSprite}
+                width={378}
             />
 
         </Box>

--
Gitblit v1.9.1