From 0496b4afa185e318a1e5f5a6ef467b14d776aa08 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 01 Feb 2023 14:27:53 +0800
Subject: [PATCH] 水文水环境分析-洪水淹没页面--实现点击水面弹出框中有当前页面的截图
---
corelib/common/popup/css/style.css | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/corelib/common/popup/css/style.css b/corelib/common/popup/css/style.css
index b7d3f62..754fd69 100644
--- a/corelib/common/popup/css/style.css
+++ b/corelib/common/popup/css/style.css
@@ -785,10 +785,19 @@
margin: 20px;
}
+.flood-box-left{
+ width: 80%;
+}
+
+.flood-box-left img{
+ width: 100%;
+ height: 100%;
+}
+
.flood-box-top{
display: flex;
width: 100%;
- height: 350px;
+ height: 475px;
border: 1px solid black;
}
--
Gitblit v1.9.3