From b46bc2dba51a3885a68e4c58316b41a31ea16bb2 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 14 二月 2023 13:35:03 +0800
Subject: [PATCH] 1.存货档案修改
---
src/styles/global.css | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/src/styles/global.css b/src/styles/global.css
index 4f8e246..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 {
@@ -105,6 +108,13 @@
white-space: nowrap;
}
+.osloading {
+ font-size: 26px !important;
+}
+
+.el-loading-text {
+ font-size: 26px !important;
+}
/*
瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙
@@ -144,3 +154,11 @@
/*scrollbar END*/
+
+/*瑙e喅鍥哄畾婊氬姩鏉¢珮浣庡儚绱犲樊*/
+.el-table__fixed::before{
+ height: 0 !important;
+}
+.el-table__fixed-right::before{
+ height: 0 !important;
+}
--
Gitblit v1.9.3