button[data-v-1bf6e648] {
  height: 36px;
  display: inline-block;
  border-radius: 4px;
}
input[data-v-1bf6e648] {
  height: 36px;
}
.top[data-v-1bf6e648] {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: white;
  margin-bottom: 10px;
}
.top .item[data-v-1bf6e648] {
  width: 260px;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-bottom: 10px;
}
.main[data-v-1bf6e648] {
  background: white;
}
.label[data-v-1bf6e648] {
  line-height: 36px;
  white-space: nowrap;
}
.ant-spin-container[data-v-1bf6e648] {
  background: blue;
}
.ant-table-wrapper[data-v-1bf6e648] {
  overflow-x: scroll;
}
.tooltip[data-v-1bf6e648] {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext[data-v-1bf6e648] {
  visibility: hidden;
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tooltip:hover .tooltiptext[data-v-1bf6e648] {
  visibility: visible;
  opacity: 1;
}

