loulijun2021
2023-02-12 adb74c51618faf025fe1d46bf6b22db895c2608f
src/styles/global.css
@@ -36,26 +36,43 @@
/*头部表单组样式*/
.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: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  cursor: pointer;
  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;*/
  /*justify-content: space-around;*/
  width: 100%;
  flex-wrap: wrap;
}
@@ -67,6 +84,8 @@
  width: 100%;
  margin: 10px auto;
  /*margin-top: 20px;*/
  box-shadow: 0 0 5px #d7d6d6;
  position: relative;
}
.operationClass {
@@ -89,6 +108,13 @@
  white-space: nowrap;
}
.osloading {
  font-size: 26px !important;
}
.el-loading-text {
  font-size: 26px !important;
}
/*
定义滚动条高宽及背景
@@ -128,3 +154,11 @@
/*scrollbar END*/
/*解决固定滚动条高低像素差*/
.el-table__fixed::before{
  height: 0 !important;
}
.el-table__fixed-right::before{
  height: 0 !important;
}