@charset "UTF-8";
.record[data-v-07976c3a] {
  width: 100%;
  height: 100%;
}
.record__content[data-v-07976c3a] {
  width: 100%;
  height: 50vh;
  margin: 10px 0;
}
.record__content .table__box[data-v-07976c3a] {
  min-height: 340px;
}
.record__content .table__box--mask[data-v-07976c3a] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
  pointer-events: none; /* 让鼠标事件穿透遮罩层 */
}
.record__footer[data-v-07976c3a] {
  position: relative;
  flex-direction: column;
  align-items: center;
}
