@keyframes color {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.binding-box-table {
  padding-bottom: 0.5rem;
}
.binding-box-table .scanner-box-table .ant-table-thead {
  display: none;
}

