loulijun2021
2022-09-28 1d662c1648aeeff4b1bfdadb619cdba922740348
src/styles/global.css
@@ -36,26 +36,42 @@
/*头部表单组样式*/
.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;
  width: 100%;
  flex-wrap: wrap;
}