.max-h[data-v-e6f03018] {
  height: 240px;
  max-height: 250px;
  overflow: scroll;
}
#table-detail[data-v-e6f03018] {
  /* white-space: nowrap; */
  margin: 0;
  /* border-collapse: separate; */
  border-spacing: 0;
  /* table-layout: fixed; */
  /* border: 1px solid black; */
}
#table-detail thead[data-v-e6f03018] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: rgb(22, 102, 145);
  color: white;
}
#table-detail tbody tr span[data-v-e6f03018] {
  display: none;
}
#table-detail tbody tr[data-v-e6f03018]:hover {
  background: rgba(255, 255, 255, 0.419);
  opacity: 20;
  -webkit-box-shadow: 0 0 5px rgb(197, 197, 197);
          box-shadow: 0 0 5px rgb(197, 197, 197);
}
#table-detail tbody tr:hover span[data-v-e6f03018] {
  display: inline-block;
  top: 0;
  right: 0;
  margin: 10px 20px 0 0;
  color: rgb(85, 85, 85);
}
.ant-modal-body[data-v-e6f03018] {
  padding: 0 24px 24px 24px;
}


/*# sourceMappingURL=chunk-bb6680d0.3f2dee15.css.map*/