loulijun2021
2022-10-29 e713b378b01d189f972cfb5b9eae749ee95a8b51
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;
}
/*
定义滚动条高宽及背景