From 0a39c24bbc9b91eb552d8201ba6907305233b8f5 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sat, 04 Feb 2023 14:22:38 +0800
Subject: [PATCH] 水文水环境分析-洪水淹没:1、添加淹没图弹窗;2、模拟分析窗口改为屏幕显示,取消弹窗

---
 corelib/common/popup/css/style.css |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/corelib/common/popup/css/style.css b/corelib/common/popup/css/style.css
index 6cd4d36..9730dc2 100644
--- a/corelib/common/popup/css/style.css
+++ b/corelib/common/popup/css/style.css
@@ -845,7 +845,7 @@
     margin: 15px 0 15px 0;
 }
 
-.evaluate-table-thead tr td{
+.evaluate-table-thead tr th{
     text-align: center;
     border-right: 1px solid #CFCFCF;
     border-bottom: 1px solid #CFCFCF;
@@ -867,3 +867,13 @@
     width: 100%;
     display: none;
 }
+
+/**淹没图**/
+.flood-image-top img{
+    width: 100%;
+}
+
+.flood-image-bottom{
+    width: 96%;
+    text-align: right;
+}

--
Gitblit v1.9.3