From b31d0bdae5ab5e7c24eadf08fea270c6bb9f3c7a Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 09 二月 2023 16:58:46 +0800
Subject: [PATCH] 1.自动排程代码正在研究

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

diff --git a/src/styles/global.css b/src/styles/global.css
index 856789c..57d61dc 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -71,7 +71,8 @@
 .elForm {
   display: flex;
   /*justify-content: flex-start;*/
-  justify-content: space-between;
+  /*justify-content: space-between;*/
+  /*justify-content: space-around;*/
   width: 100%;
   flex-wrap: wrap;
 }
@@ -83,6 +84,8 @@
   width: 100%;
   margin: 10px auto;
   /*margin-top: 20px;*/
+  box-shadow: 0 0 5px #d7d6d6;
+  position: relative;
 }
 
 .operationClass {

--
Gitblit v1.9.3