.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;
}

.form-flex[data-v-f192bfaa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-flex .form-sel[data-v-f192bfaa] {
  width: 85%;
}
.btn[data-v-f192bfaa] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 31px;
}


.ant-card-body .table-operator[data-v-2927d6f0] {
  margin-bottom: 18px;
}
.ant-table-tbody .ant-table-row td[data-v-2927d6f0] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.anty-row-operator button[data-v-2927d6f0] {
  margin: 0 5px;
}
.ant-btn-danger[data-v-2927d6f0] {
  background-color: #ffffff;
}
.ant-modal-cust-warp[data-v-2927d6f0] {
  height: 100%;
}
.ant-modal-cust-warp .ant-modal-body[data-v-2927d6f0] {
  height: calc(100% - 110px) !important;
  overflow-y: auto;
}
.ant-modal-cust-warp .ant-modal-content[data-v-2927d6f0] {
  height: 90% !important;
  overflow-y: hidden;
}
.anty-img-wrap[data-v-2927d6f0] {
  height: 25px;
  position: relative;
}
.anty-img-wrap > img[data-v-2927d6f0] {
  max-height: 100%;
}

