
.NDGrid[data-v-10cea84d] {
  position: relative;
  height: 550px;
  width: 950px;
  border-style: solid;
  border-width: 2px;
  border-color: #1A78EA;
}
.legendButtons[data-v-10cea84d] {
  position: absolute;
  left: 15px;
  top: 7px;
  z-index: 10; /* 一个相对较高的 z-index 值 */
}
.chart[data-v-10cea84d] {
  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-d1646b84] {
  position: relative;
  height: 100%;
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #1A78EA;
}
.legendButtons[data-v-d1646b84] {
  position: absolute;
  left: 3%;
  top: 20px;
  z-index: 10; /* 一个相对较高的 z-index 值 */
}
.ND3D[data-v-d1646b84] {
  //position: relative;
  height: 800px;
  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; /* 垂直居中 */
}
.el-header[data-v-d1646b84] {
  height: auto !important;
  padding: 0;
  color: #333;
  border-bottom: 1px solid #eee;
}
.el-form-item[data-v-d1646b84] {
  display: inline-block;
  margin: 5px 0 5px 5px;
}
.el-form[data-v-d1646b84] {
  text-align: left;
}
.el-button[data-v-d1646b84] {
  margin-left: 5px;
}
[data-v-d1646b84] .ivu-input {
  font-size: 14px !important;
}
[data-v-d1646b84] .el-input__inner {
  padding: 0 0 0 10px !important;
}
.el-main[data-v-d1646b84] {
  padding: 0;
  text-align: center;
}
.el-select[data-v-d1646b84] {
  width: 200px;
}
.downloadData[data-v-d1646b84] {
  position: absolute;
  right: 30px;
}
.downloadButton[data-v-d1646b84] {
  background-color: dodgerblue;
  color: white;
}

