.uploadty-disabled {
  /*update-begin-author:taoyan date:2022-12-5 for: issues/4250 建议JUpload组件，disabled为true的时候上传button能够变灰或者其他样式图案，便于知晓无法再点击上传*/
  /*update-end-author:taoyan date:2022-12-5 for: issues/4250 建议JUpload组件，disabled为true的时候上传button能够变灰或者其他样式图案，便于知晓无法再点击上传*/
}
.uploadty-disabled .ant-upload-list-item .anticon-close {
  display: none;
}
.uploadty-disabled .ant-upload-list-item .anticon-delete {
  display: none;
}
.uploadty-disabled .ant-btn,
.uploadty-disabled .ant-upload-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.uploadty-mover-mask {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  color: #fff;
  height: 28px;
  line-height: 28px;
}

.flex[data-v-6988dc3f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
}
.flex .flex-item[data-v-6988dc3f] {
  width: 100%;
}
.ant-select-selection-item-remove[data-v-6988dc3f] {
  display: none !important;
}

