.empty-data-container {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  transform: translate(-50%, -50%);
}
.empty-data-container.small {
  width: 160px;
}
.empty-data-container img {
  width: 100%;
}
.empty-data-container .custom-icon {
  width: 100%;
}
.empty-data-container .tip {
  margin-top: 16px;
  color: #999eaa;
  font-size: 14px;
}
.empty-data-container .slot-view {
  margin-top: 16px;
}
