From 1d61ba76588d83ae43edc22c16c96fc25b4684be Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 29 十一月 2022 09:37:21 +0800
Subject: [PATCH] 1.存货档案控制默认工艺路线为必填
---
src/styles/global.css | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
1 files changed, 52 insertions(+), 6 deletions(-)
diff --git a/src/styles/global.css b/src/styles/global.css
index e54b711..856789c 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,14 +34,44 @@
}
/*澶撮儴琛ㄥ崟缁勬牱寮�*/
-.bodyTopFormGroup{
+.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: 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;
}
@@ -69,11 +99,19 @@
justify-content: end;
}
-.ellipsis{
- text-overflow :ellipsis;overflow:hidden;white-space:nowrap;
+.ellipsis {
+ text-overflow: ellipsis;
+ overflow: hidden;
+ white-space: nowrap;
}
+.osloading {
+ font-size: 26px !important;
+}
+.el-loading-text {
+ font-size: 26px !important;
+}
/*
瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙
@@ -113,3 +151,11 @@
/*scrollbar END*/
+
+/*瑙e喅鍥哄畾婊氬姩鏉¢珮浣庡儚绱犲樊*/
+.el-table__fixed::before{
+ height: 0 !important;
+}
+.el-table__fixed-right::before{
+ height: 0 !important;
+}
--
Gitblit v1.9.3