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 | 128 ++++++++++++++++++++++++++----------------
1 files changed, 79 insertions(+), 49 deletions(-)
diff --git a/corelib/common/popup/css/style.css b/corelib/common/popup/css/style.css
index a6640bd..041982b 100644
--- a/corelib/common/popup/css/style.css
+++ b/corelib/common/popup/css/style.css
@@ -805,71 +805,103 @@
/**损失分析**/
.evaluate-analysis {
- height: 628px;
+ height: 744px;
margin: 15px;
}
.evaluate-box {
- display: flex;
- height: 77%;
-}
-
-.evaluate-bottom {
- display: flex;
- justify-content: flex-end;
-}
-
-.evaluate-bottom > input {
- width: 120px;
- height: 40px;
- background-color: white;
- border-radius: 11px;
-}
-
-.evaluate-bottom > input:hover {
- color: white;
- background-color: #0db2ef;
-}
-
-.export-img {
- margin-right: 1%;
-}
-
-.evaluate-box-left {
- width: 70%;
-}
-
-.evaluate-box-right {
- width: 70%;
height: 100%;
}
-.evaluate-box-top {
- width: 100%;
- height: 60px;
+.evaluate-box-top{
+ height: 49%;
}
-.evaluate-box-middle {
- width: 96%;
- height: 90%;
- padding: 0px 10px 0px 10px;
+.evaluate-box-middle{
+ height: 46%;
+ width: 443px !important;
}
-.evaluate-box-top-left {
+.evaluate-box-bottom{
display: flex;
- font-size: 17px;
+ justify-content: center;
}
-.evaluate-box-top-right {
- margin-left: 70px;
+.evaluate-box-bottom input{
+ width: 86px;
+ height: 25px;
+ background-color: #124ebb;
+ border: none;
+ color: white;
+ border-radius: 5px;
}
-.evaluate-box-top {
+
+.evaluate-box-bottom input:hover{
+ background: #094895
+}
+
+.export-img{
+ margin-right: 10px;
+}
+
+.save-btn{
+ margin-right: 10px;
+}
+
+.row-1{
display: flex;
+ margin-bottom: 5px;
+}
+
+.row-2{
+ display: flex;
+}
+
+.list-echarts-button{
+ text-align: center;
+ display: flex;
+ flex-direction: row-reverse;
+ position: absolute;
+ right: 19px;
+ z-index: 2;
+}
+
+.list-echarts-button input{
+ width: 55px;
+ height: 20px;
+ border: none;
+ background-color: rgb(187, 186, 186);
+ color: white;
+ border-radius: 5px;
+}
+
+.choose-button {
+ background: #094895 !important;
+ border: none;
+ color: white;
+}
+
+.unchoose-button {
+ background: rgb(187, 186, 186) !important;
+ border: none;
+ color: white;
}
.evaluate-box-middle table {
width: 100%;
+}
+
+.table-title{
+ display: flex;
+ height: 33px;
+}
+
+.table-label{
+ width: 145%;
+ font-size: 19px;
+ text-align: center;
+ font-weight: bold;
}
.evaluate-table-caption {
@@ -992,10 +1024,6 @@
width: 38px !important;
}
-.column-2 {
- margin-left: 20px;
-}
-
.evaluate-echarts {
width: 100%;
display: none;
@@ -1012,7 +1040,7 @@
}
.flood-image-box .description {
- font-size: 20px;
+ font-size: 16px;
}
/**确认保存弹出框**/
@@ -1041,3 +1069,5 @@
width: 80px;
height: 32px;
}
+
+
--
Gitblit v1.9.3