From efca35e837a01df3f44755d8f9918b407e2cf0b7 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 24 十一月 2023 11:08:19 +0800
Subject: [PATCH] 1.仓库、采购看板    基本已实现

---
 src/styles/global.css |  140 +++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 124 insertions(+), 16 deletions(-)

diff --git a/src/styles/global.css b/src/styles/global.css
index b4df1b5..57d61dc 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -1,24 +1,120 @@
 /*鍏ㄥ眬鏍峰紡琛�*/
 html, body, #app {
-  height: 1080px;
+  height: 100%;
   margin: 0;
   padding: 0;
-  width: 1920px;
-  overflow-y: hidden;
-  overflow-x: hidden;
+  /*min-width: 1800px;*/
+  /*overflow-y: hidden;*/
+  /*overflow-x: hidden;*/
+
+  -moz-osx-font-smoothing: grayscale;
+  -webkit-font-smoothing: antialiased;
+  text-rendering: optimizeLegibility;
+  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
 }
 
 
-/*.body {*/
-/*  display: flex;*/
-/*  flex-direction: column;*/
-/*  height: 800px;*/
-/*  background-color: #eee;*/
-/*  margin: 0;*/
-/*  padding: 30px 10px 0 20px;*/
-/*}*/
+.body {
+  display: flex;
+  flex-direction: column;
+  height: 100%;
+  background-color: #eaecef;
+  margin: 0;
+  padding: 0 10px;
+}
+
+/*澶撮儴鎸夐挳缁勬牱寮�*/
+.bodyTopButtonGroup {
+  /*padding-left: 10px;*/
+  display: flex;
+  background-color: #f8f8fa;
+  margin-top: 10px;
+  padding: 5px 10px;
+  border-bottom: 3px solid #eee;
+}
+
+/*澶撮儴琛ㄥ崟缁勬牱寮�*/
+.bodyTopFormGroup {
+  background-color: #f8f8fa;
+  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: space-between;*/
+  /*justify-content: space-around;*/
+  width: 100%;
+  flex-wrap: wrap;
+}
+
+.elTableDiv {
+  display: flex;
+  border: 1px solid #eee;
+  /*width: 99%;*/
+  width: 100%;
+  margin: 10px auto;
+  /*margin-top: 20px;*/
+  box-shadow: 0 0 5px #d7d6d6;
+  position: relative;
+}
+
+.operationClass {
+  height: 23px;
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
+}
 
 
+/*瀵硅瘽妗嗘寜閽簳閮�*/
+.footerButton {
+  display: flex;
+  justify-content: end;
+}
+
+.ellipsis {
+  text-overflow: ellipsis;
+  overflow: hidden;
+  white-space: nowrap;
+}
+
+.osloading {
+  font-size: 26px !important;
+}
+
+.el-loading-text {
+  font-size: 26px !important;
+}
 
 /*
 瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙
@@ -27,12 +123,15 @@
 ::-webkit-scrollbar {
   width: 7px;
   height: 7px;
-  background-color: white;
+  /*background-color: white;*/
+  background-color: #f8f8fa;
 }
 
 ::-webkit-scrollbar-thumb {
-  box-shadow: inset 0 0 0px white;
-  -webkit-box-shadow: inset 0 0 0px white;
+  /*box-shadow: inset 0 0 0px white;*/
+  box-shadow: inset 0 0 0px #f8f8fa;
+  /*-webkit-box-shadow: inset 0 0 0px white;*/
+  -webkit-box-shadow: inset 0 0 0px #f8f8fa;
   background-color: rgb(193, 193, 193);
   /*婊氬姩鏉$殑鑳屾櫙棰滆壊*/
   border-radius: 20px;
@@ -49,8 +148,17 @@
 
 .el-table__fixed-right::before,
 .el-table__fixed::before {
-  background-color: unset !important;
+  /*background-color: unset !important;*/
+  background-color: #f8f8fa !important;
 }
 
 /*scrollbar END*/
 
+
+/*瑙e喅鍥哄畾婊氬姩鏉¢珮浣庡儚绱犲樊*/
+.el-table__fixed::before{
+  height: 0 !important;
+}
+.el-table__fixed-right::before{
+  height: 0 !important;
+}

--
Gitblit v1.9.3