.udp-load-list {
  flex: 1;
  height: 100%;
  overflow-y: auto;
  .empty {
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
