From dc1226c67b9b34b602254ed3ca3de0e5b272cffa Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 22 九月 2022 17:49:06 +0800
Subject: [PATCH] 1.不良明细报表、品质异常排行报表、维修明细报表开发完成

---
 src/styles/global.css |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/src/styles/global.css b/src/styles/global.css
index e54b711..76b28fc 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -24,7 +24,7 @@
 }
 
 /*澶撮儴鎸夐挳缁勬牱寮�*/
-.bodyTopButtonGroup{
+.bodyTopButtonGroup {
   /*padding-left: 10px;*/
   display: flex;
   background-color: #f8f8fa;
@@ -34,9 +34,17 @@
 }
 
 /*澶撮儴琛ㄥ崟缁勬牱寮�*/
-.bodyTopFormGroup{
+.bodyTopFormGroup {
   background-color: #f8f8fa;
   padding: 10px;
+}
+
+.bodyTopFormExpand {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  background-color: #eee;
+  cursor: pointer;
 }
 
 .elForm {
@@ -69,10 +77,11 @@
   justify-content: end;
 }
 
-.ellipsis{
-  text-overflow	:ellipsis;overflow:hidden;white-space:nowrap;
+.ellipsis {
+  text-overflow: ellipsis;
+  overflow: hidden;
+  white-space: nowrap;
 }
-
 
 
 /*

--
Gitblit v1.9.3