
.NDGrid[data-v-64f61504] {
  position: relative;
  height: 550px;
  width: 950px;
  border-style: solid;
  border-width: 2px;
  border-color: #1A78EA;
}
.legendButtons[data-v-64f61504] {
  position: absolute;
  left: 15px;
  top: 7px;
  z-index: 10; /* 一个相对较高的 z-index 值 */
}
.chart[data-v-64f61504] {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平居中 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直居中 */
}


.lineChartGrid[data-v-41e5f6d4] {
  height: 100%;
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #1A78EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平居中 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直居中 */
}


.downloadData[data-v-182ee11c] {
  position: absolute;
  right: 30px;
}
.downloadButton[data-v-182ee11c] {
  background-color: dodgerblue;
  color: white;
}
.ND3D[data-v-182ee11c] {
  width: 100%;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平居中 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直居中 */
  //background-color: #566d8c;
}
.elTable[data-v-182ee11c] {
}
.el-header[data-v-182ee11c] {
  height: auto !important;
  padding: 0;
  color: #333;
  border-bottom: 1px solid #eee;
}
.el-form-item[data-v-182ee11c] {
  display: inline-block;
  margin: 5px 0 5px 5px;
}
.el-main[data-v-182ee11c] {
  padding: 0;
  text-align: center;
}

