king
2020-07-03 aed1ff699140de60131bf9cc1332c98063c66721
src/tabviews/zshare/fileupload/index.scss
@@ -1,14 +1,10 @@
.main-form-field {
.fileupload-form-container {
  .ant-progress-small.ant-progress-line {
    position: absolute;
    bottom: -20px;
    left: 0px;
  }
  .limit-fileupload {
    > .ant-upload {
      display: none;
    }
  }
  .ant-upload-list-picture-card .ant-upload-list-item {
    width: 90px;
    height: 90px;
@@ -17,4 +13,9 @@
    width: 90px;
    height: 90px;
  }
}
.fileupload-form-container.limit-fileupload {
  > .ant-upload {
    display: none;
  }
}