.pro-select-ellipse {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.pro-select {
  width: 100%;
  > .ant-select {
    width: 100%;
  }

  // 更多项数量样式
  .pro-select-more-count {
    color: var(--zaui-primary, #006aff);
    font-weight: bold;
  }
}
