loulijun2021
2022-09-23 2c59863afca9475562c4c3a99e66b4b4a4122b0f
src/styles/global.css
@@ -24,7 +24,7 @@
}
/*头部按钮组样式*/
.bodyTopButtonGroup{
.bodyTopButtonGroup {
  /*padding-left: 10px;*/
  display: flex;
  background-color: #f8f8fa;
@@ -34,9 +34,23 @@
}
/*头部表单组样式*/
.bodyTopFormGroup{
.bodyTopFormGroup {
  background-color: #f8f8fa;
  padding: 10px;
}
.bodySearchReset {
  display: flex;
  align-items: start;
  margin-top: 3px;
}
.bodyTopFormExpand {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  cursor: pointer;
}
.elForm {
@@ -69,10 +83,11 @@
  justify-content: end;
}
.ellipsis{
  text-overflow   :ellipsis;overflow:hidden;white-space:nowrap;
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*