From 9edc20f04ae1cdc847a2f709831b8d0e6f4f0eda Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 07 六月 2023 14:47:36 +0800
Subject: [PATCH] 1.生产入库无源单提交测试OK   生产入库开发完成2.MES工单 流程单新增工单编码二维码

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

diff --git a/src/styles/global.css b/src/styles/global.css
index 340c54b..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;
 }
@@ -84,6 +85,7 @@
   margin: 10px auto;
   /*margin-top: 20px;*/
   box-shadow: 0 0 5px #d7d6d6;
+  position: relative;
 }
 
 .operationClass {

--
Gitblit v1.9.3