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


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

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


.avatar-uploader > .ant-upload {
    width: 128px;
    height: 128px;
}
.ant-upload-select-picture-card i {
    font-size: 32px;
    color: #999;
}
.ant-upload-select-picture-card .ant-upload-text {
    margin-top: 8px;
    color: #666;
}
.add {
    padding:18px 25px;
    margin: 0 28px;
}
.add .ant-card-head{
    background: rgb(241,241,241);
}
.add .ant-card-body{
    border: 1px solid rgb(241,241,241);
}
.add .abs_add{
    position: absolute;
    left: -43px;
    width: 200px;
    top: 150px;
    height: 30px;
    background: #fff;
}
.add .ant-modal{
  margin-top: 300px;
}

