From 53efc4fdb6cd083f69585eb3c053f24f493aa149 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 20 Feb 2023 10:34:29 +0800
Subject: [PATCH] 洪水淹没-分析弹窗样式调整

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

diff --git a/corelib/common/popup/css/style.css b/corelib/common/popup/css/style.css
index a6640bd..e66ae3f 100644
--- a/corelib/common/popup/css/style.css
+++ b/corelib/common/popup/css/style.css
@@ -811,7 +811,7 @@
 
 .evaluate-box {
     display: flex;
-    height: 77%;
+    height: 61%;
 }
 
 .evaluate-bottom {
@@ -857,11 +857,7 @@
 
 .evaluate-box-top-left {
     display: flex;
-    font-size: 17px;
-}
-
-.evaluate-box-top-right {
-    margin-left: 70px;
+    font-size: 13px;
 }
 
 .evaluate-box-top {
@@ -992,7 +988,11 @@
     width: 38px !important;
 }
 
+.column-1 {
+    width: 65%;
+}
 .column-2 {
+    width: 180px;
     margin-left: 20px;
 }
 

--
Gitblit v1.9.3