From b307682754a926f5bf626ca54147b6a314dab64d Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 21 Feb 2023 16:48:00 +0800
Subject: [PATCH] 洪水淹没-样式调整

---
 widgets/FloodAnalysis/css/style.css |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/widgets/FloodAnalysis/css/style.css b/widgets/FloodAnalysis/css/style.css
index 9f8e0fd..312a257 100644
--- a/widgets/FloodAnalysis/css/style.css
+++ b/widgets/FloodAnalysis/css/style.css
@@ -182,7 +182,7 @@
 /**淹没分析表格**/
 .analysis-box-list{
     /*margin-left: 1%;*/
-    height: calc(100% - 218px);
+    height: calc(100% - 194px);
     top:3px;
     overflow-y: auto;
     background-color: #fff;
@@ -435,3 +435,17 @@
 .evaluate-middle-first .column-2{
     display: flex;
 }
+
+/**放大按钮**/
+.restore-icon{
+    width: 32px;
+    height: 32px;
+    background: rgb(0, 73, 135);
+    position: fixed;
+    right: 16px;
+    top: 90.5px;
+    background-image: url(../images/fold_down.png);
+    background-position: center;
+    background-repeat: no-repeat;
+    cursor: pointer;
+}

--
Gitblit v1.9.3