From c1f9fd0169b8870da7b001c266e7adaeec3b2f36 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Mon, 27 Jul 2026 17:40:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(map):=20=E6=A0=87=E8=AE=B0=E7=82=B9?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E9=87=8D=E5=A4=8D=E7=82=B9=E5=87=BB=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E5=8F=AA=E5=8F=91=E9=80=81=E4=B8=80=E6=AC=A1=E8=AF=B7?= =?UTF-8?q?=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Container/Map/components/Content/modal/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/Container/Map/components/Content/modal/index.js b/src/pages/Container/Map/components/Content/modal/index.js index 55d7fb3..40b0077 100644 --- a/src/pages/Container/Map/components/Content/modal/index.js +++ b/src/pages/Container/Map/components/Content/modal/index.js @@ -56,6 +56,7 @@ const CustomModal = () => { return ( actions.resetMark()}>取消, @@ -67,7 +68,7 @@ const CustomModal = () => { title={modalData.title || ""} classNames={{ root: "map_bi_model" }} > -
+
{renderContent()}