From 1d662c1648aeeff4b1bfdadb619cdba922740348 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 28 九月 2022 15:14:26 +0800
Subject: [PATCH] 1.头部搜索栏、下拉箭头优化

---
 src/styles/global.css |   30 +++++++++++++++++++++++-------
 1 files changed, 23 insertions(+), 7 deletions(-)

diff --git a/src/styles/global.css b/src/styles/global.css
index 76f3a71..4f8e246 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -36,26 +36,42 @@
 /*澶撮儴琛ㄥ崟缁勬牱寮�*/
 .bodyTopFormGroup {
   background-color: #f8f8fa;
-  padding: 10px;
+  padding: 10px 10px 0 10px;
+  display: flex;
+  flex-direction: column;
 }
 
 .bodySearchReset {
   display: flex;
   align-items: start;
   margin-top: 3px;
+  /*margin-left: 5%;*/
+  /*margin-left: 10%;*/
 }
 
 .bodyTopFormExpand {
-  display: flex;
-  justify-content: center;
-  align-items: center;
-  background-color: #eee;
-  cursor: pointer;
+  display: block;
+  text-align: center;
+  margin-top: 5px;
+  /*justify-content: center;*/
+  /*align-items: center;*/
+  /*background-color: #eee;*/
+  /*cursor: pointer;*/
+}
+
+.bodyTopFormExpand:hover{
+  color: #00ff8b !important;
+}
+
+.svg-icon:hover{
+  color: #00ff8b !important;
+  /*background-color: #00ff8b !important;*/
 }
 
 .elForm {
   display: flex;
-  justify-content: flex-start;
+  /*justify-content: flex-start;*/
+  justify-content: space-between;
   width: 100%;
   flex-wrap: wrap;
 }

--
Gitblit v1.9.3