From 9fcce377443b1979155c920f183688c9ffa1ae75 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 22 Feb 2023 10:13:02 +0800
Subject: [PATCH] 洪水淹没-分析窗口图片放大、分析窗口标题按钮调整
---
corelib/common/popup/css/style.css | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/corelib/common/popup/css/style.css b/corelib/common/popup/css/style.css
index 5f86ecb..041982b 100644
--- a/corelib/common/popup/css/style.css
+++ b/corelib/common/popup/css/style.css
@@ -824,7 +824,7 @@
.evaluate-box-bottom{
display: flex;
- justify-content: space-between;
+ justify-content: center;
}
.evaluate-box-bottom input{
@@ -836,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;
}
@@ -1068,3 +1069,5 @@
width: 80px;
height: 32px;
}
+
+
--
Gitblit v1.9.3