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

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

diff --git a/corelib/common/popup/css/style.css b/corelib/common/popup/css/style.css
index c266595..76ab991 100644
--- a/corelib/common/popup/css/style.css
+++ b/corelib/common/popup/css/style.css
@@ -823,13 +823,13 @@
 
 .evaluate-box-bottom{
     display: flex;
-    justify-content: flex-end;
+    justify-content: space-between;
 }
 
 .evaluate-box-bottom input{
     width: 86px;
     height: 25px;
-    background-color: #bbbaba;
+    background-color: #124ebb;
     border: none;
     color: white;
     border-radius: 5px;

--
Gitblit v1.9.3