From b4a6ec8d451c391a5c5bb8b67b032f640babac42 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 04 十一月 2022 15:41:10 +0800
Subject: [PATCH] 1.自动排程功能进行代码研究
---
src/styles/global.css | 37 ++++++++++++++++++++++++++++++-------
1 files changed, 30 insertions(+), 7 deletions(-)
diff --git a/src/styles/global.css b/src/styles/global.css
index 76f3a71..f407cab 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;
}
@@ -89,6 +105,13 @@
white-space: nowrap;
}
+.osloading {
+ font-size: 26px !important;
+}
+
+.el-loading-text {
+ font-size: 26px !important;
+}
/*
瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙
--
Gitblit v1.9.3