From 3eebad529f5081bd250ae3e613403db0006c8949 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 22 Feb 2023 08:52:24 +0800
Subject: [PATCH] 洪水淹没-分析窗口表格宽度改变
---
widgets/FloodAnalysis/css/style.css | 55 -------------------------------------------------------
1 files changed, 0 insertions(+), 55 deletions(-)
diff --git a/widgets/FloodAnalysis/css/style.css b/widgets/FloodAnalysis/css/style.css
index 312a257..0b65b73 100644
--- a/widgets/FloodAnalysis/css/style.css
+++ b/widgets/FloodAnalysis/css/style.css
@@ -381,61 +381,6 @@
border-right: 1px solid #999;
}
-/**分析窗口**/
-.evaluate-analysis{
- width: 465px;
- height: 808px;
- position: fixed;
- top: 10%;
- right: 0%;
- background: white;
- margin: 15px;
- border-radius: 4px;
- border: 1px solid white;
- z-index: 100;
-}
-
-.evaluate-title{
- height: 35px;
- line-height: 35px;
- font-weight: bold;
- font-size: 16px;
- box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 40%);
- background-color: #32425d;
- 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;
- left: 2%;
-}
-
-.evaluate-box-top{
- height: 30%;
- width: 450px;
-}
-
-.evaluate-box-middle{
- height: 66%;
-}
-
-.evaluate-middle-first .column-1{
- display: flex;
-}
-
-.evaluate-middle-first .column-2{
- display: flex;
-}
-
/**放大按钮**/
.restore-icon{
width: 32px;
--
Gitblit v1.9.3