loulijun2021
2022-08-08 ddb41cb27f0b4027bb25717319fa3bcc5b1991f3
src/styles/global.css
@@ -3,19 +3,70 @@
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 1800px;
  /*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;
  height: 100%;
  background-color: #eaecef;
  margin: 0;
  padding: 30px 10px 0 20px;
  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;
}
.elForm {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.elTableDiv {
  display: flex;
  border: 1px solid #eee;
  /*width: 99%;*/
  width: 100%;
  margin: 10px auto;
  /*margin-top: 20px;*/
}
.operationClass {
  height: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*对话框按钮底部*/
.footerButton {
  display: flex;
  justify-content: end;
}