.reportListPage[data-v-58052fcd] {
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  background: #ffffff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.save-title[data-v-58052fcd] {
  padding-left: 36px;
  height: 60px;
  line-height: 60px;
  color: #252b3c;
  font-size: 16px;
  border: 1px solid #f1f0f0;
}
.search-btn[data-v-58052fcd] {
  width: 56px;
  height: 28px;
  background: #2a62ff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
}
.search-blank[data-v-58052fcd] {
  padding: 36px 36px 0 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.restart-btn[data-v-58052fcd] {
  width: 56px;
  height: 28px;
  background: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #2a62ff;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  border: 1px solid #2a62ff;
  cursor: pointer;
}
.power-data[data-v-58052fcd] {
  margin-top: 40px;
  color: #252b3c;
  font-size: 14px;
  padding-left: 36px;
}
.list-table[data-v-58052fcd] {
  height: 700px;
  width: 100%;
  min-width: 0;
  min-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 10px;
}
.reportTree[data-v-58052fcd] {
  width: 20%;
  height: 100%;
  min-height: 0;
  min-width: 0;
}
.reportList[data-v-58052fcd] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  min-height: 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}
.reportPage[data-v-58052fcd] {
  width: 100%;
  height: 7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}


#app .el-pagination .el-pager li.active {
  color: #fff;
}

