king
2022-05-12 11745b05b3ecdd3a3dc6f64793dc83a095de2b09
src/tabviews/zshare/fileupload/index.scss
@@ -1,5 +1,53 @@
.main-form-field .ant-progress-small.ant-progress-line {
  position: absolute;
  bottom: -20px;
  left: 0px;
.fileupload-form-container {
  .ant-progress-small.ant-progress-line {
    position: absolute;
    bottom: -20px;
    left: 0px;
  }
  .ant-upload-select-picture-card {
    .ant-progress-small.ant-progress-line {
      bottom: 0px;
    }
  }
  .ant-upload-list-picture-card-container {
    width: 90px;
    height: 90px;
  }
  // .ant-upload-list-picture-card .ant-upload-list-item-undefined {
  //   border-color: #f5222d;
  //   .ant-upload-list-item-name {
  //     color: #f5222d;
  //   }
  // }
  .ant-upload-list-picture-card .ant-upload-list-item {
    width: 90px;
    height: 90px;
  }
  .ant-upload.ant-upload-select-picture-card {
    width: 90px;
    height: 90px;
  }
  a[href^="data"] {
    pointer-events: none;
    .anticon-eye-o {
      display: none;
    }
  }
}
.fileupload-form-container.limit-fileupload {
  > .ant-upload {
    display: inline;
    >.ant-upload {
      >input {
        display: none;
      }
      >button {
        display: none;
      }
    }
  }
  > .ant-upload-select-picture-card {
    display: none;
  }
}