From e45a4000a1bf7e377aff9ea086886d08ada78048 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 20 Feb 2023 16:59:39 +0800
Subject: [PATCH] 洪水淹没-评估分析弹窗修改为竖版

---
 widgets/FloodAnalysis/css/style.css |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/widgets/FloodAnalysis/css/style.css b/widgets/FloodAnalysis/css/style.css
index e8ee8c5..306c2b1 100644
--- a/widgets/FloodAnalysis/css/style.css
+++ b/widgets/FloodAnalysis/css/style.css
@@ -364,15 +364,16 @@
 
 /**分析窗口**/
 .evaluate-analysis{
-    width: 840px;
+    width: 465px;
+    height: 808px;
     position: fixed;
     top: 10%;
     right: 0%;
     background: white;
-    height: 628px;
     margin: 15px;
     border-radius: 4px;
     border: 1px solid white;
+    z-index: 100;
 }
 
 .evaluate-title{
@@ -385,6 +386,14 @@
     color: white;
 }
 
+.evaluate-back-icon{
+    background-image: url("../images/fold_up.png");
+    width: 35px;
+    height: 100%;
+    position: relative;
+    left: 88%;
+}
+
 .evaluate-lable{
     width: 70px;
     position: absolute;
@@ -393,6 +402,7 @@
 
 .evaluate-box-top{
     height: 30%;
+    width: 450px;
 }
 
 .evaluate-box-middle{

--
Gitblit v1.9.3