From 7c99f16331b22b46b3992f28f10afcdcc4f1f2c0 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Wed, 25 Oct 2023 14:47:53 +0800 Subject: [PATCH] fix:实时风场图点击弹窗修改 --- src/components/Wind/RegionalOverview.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/Wind/RegionalOverview.vue b/src/components/Wind/RegionalOverview.vue index 09cf867..712b9e9 100644 --- a/src/components/Wind/RegionalOverview.vue +++ b/src/components/Wind/RegionalOverview.vue @@ -48,7 +48,7 @@ background-color: #EEF1F6; border-radius: 4px; padding: 0 6px 6px; - z-index: 401; + z-index: 1000; overflow-y: scroll; transition: all .3s; } -- Gitblit v1.8.0