From f57c00b15076b6e986edd244e5a1c0929f79d5d6 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 23 Feb 2023 16:43:36 +0800
Subject: [PATCH] 洪水淹没-修复分析窗口切换到图表的时候,导出保存和关闭按钮点击不到的问题

---
 corelib/common/popup/css/style.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/corelib/common/popup/css/style.css b/corelib/common/popup/css/style.css
index 041982b..4f4a814 100644
--- a/corelib/common/popup/css/style.css
+++ b/corelib/common/popup/css/style.css
@@ -825,6 +825,8 @@
 .evaluate-box-bottom{
     display: flex;
     justify-content: center;
+    position: relative;
+    z-index: 2;
 }
 
 .evaluate-box-bottom input{

--
Gitblit v1.9.3