// 容器内容为空占位box
.ued-empty-box {
  width: 100%;
  min-height: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  font-size: 16px;
  color: rgba(28, 36, 46, .45);
  background: #f2f3f5;
  border: 1px dotted rgba(0, 0, 0, .15);
}

.ued-m-empty-box {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  bottom: 12px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 16px;
  color: rgba(28, 36, 46, .45);
  background: #f2f3f5;
  border: 1px dotted rgba(0, 0, 0, .15);
}

.TEXT_ELLIPSIS {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.@{ant-prefix}-spin-nested-loading > div > .@{ant-prefix}-spin {
  min-height: 50px;
}