loulijun2021
2022-08-05 d33eacc1f85ac3a736b33ba4713a19aae466d711
src/styles/global.css
@@ -6,19 +6,36 @@
  /*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: #eee;*/
  margin: 0;
  padding: 30px 10px 0 20px;
  padding: 0 10px;
}
.elForm {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.elTableDiv {
  display: flex;
  border: 1px solid #eee;
  width: 99%;
  margin: 0 auto;
}
/*
定义滚动条高宽及背景