From 640225a76b217b85244ed4e6a4d6ab52f00c05fa Mon Sep 17 00:00:00 2001 From: ym1026 <1539963735@qq.com> Date: Mon, 15 Sep 2025 15:52:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=A0=B7=E5=BC=8F=E5=BD=B1?= =?UTF-8?q?=E5=93=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/Home/Map.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/components/Home/Map.vue b/web/src/components/Home/Map.vue index 05ff0b4..9acf054 100644 --- a/web/src/components/Home/Map.vue +++ b/web/src/components/Home/Map.vue @@ -177,6 +177,7 @@ export default { :deep(.ant-modal-root .ant-modal-mask) { background-color: #000 !important; } + :deep(.modal.ant-modal) { width: 68% !important; height: 80% !important; @@ -195,7 +196,7 @@ export default { width: 96%; margin: auto; box-shadow: none; - background: transparent; + background: transparent!important; .ant-modal-close { position: absolute; right: 0;