From ce73efbfef8a8e677f281c239c45874080989fec Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 23 Feb 2023 14:38:09 +0800
Subject: [PATCH] 洪水淹没-修复点击打开分析窗口后,按钮未隐藏的问题
---
corelib/common/popup/css/style.css | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/corelib/common/popup/css/style.css b/corelib/common/popup/css/style.css
index aef8658..041982b 100644
--- a/corelib/common/popup/css/style.css
+++ b/corelib/common/popup/css/style.css
@@ -819,11 +819,12 @@
.evaluate-box-middle{
height: 46%;
+ width: 443px !important;
}
.evaluate-box-bottom{
display: flex;
- justify-content: space-between;
+ justify-content: center;
}
.evaluate-box-bottom input{
@@ -835,15 +836,16 @@
border-radius: 5px;
}
-.evaluate-box-bottom .close-btn{
- background-color:#bbbaba
-}
.evaluate-box-bottom input:hover{
background: #094895
}
.export-img{
+ margin-right: 10px;
+}
+
+.save-btn{
margin-right: 10px;
}
@@ -1067,3 +1069,5 @@
width: 80px;
height: 32px;
}
+
+
--
Gitblit v1.9.3