@charset "UTF-8";
.nv-btn-left[data-v-9a38af98] {
  margin: 0 10px 8px 0;
}
.nv-btn-right[data-v-9a38af98] {
  margin: 0 0 8px 10px;
}
.nv-header[data-v-9a38af98] {
  background: #fff;
  padding: 12px 12px 0 12px;
}
.nv-header .nv-header-cell[data-v-9a38af98] {
  display: flex;
  justify-content: left;
  align-items: center; /* 垂直居中 */
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.nv-header .nv-header-cell .nv-header-cell-title[data-v-9a38af98] {
  font-size: 13px;
  margin-right: 8px;
  text-align: right;
  width: 6em;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 100%;
}
.nv-header .nv-header-cell-required[data-v-9a38af98]::before {
  content: "*";
  color: red;
}
.nv-header .nv-header-btns[data-v-9a38af98] {
  float: right;
}
.nv-col-exe[data-v-9a38af98] {
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
}
.nv-col-exe .nv-col-size[data-v-9a38af98] {
  float: left;
  white-space: nowrap;
}
.nv-chart-cell[data-v-8c6bb220] {
  margin-bottom: 10px;
  border-radius: 5px;
}
.nv-chart[data-v-8c6bb220] {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}
