king
2020-04-03 4c6bdfe1f3557e49a315c1564bcb6164c0bc7faa
src/tabviews/zshare/fileupload/index.scss
@@ -1,5 +1,20 @@
.main-form-field .ant-progress-small.ant-progress-line {
.main-form-field {
  .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;
  }
  .ant-upload.ant-upload-select-picture-card {
    width: 90px;
    height: 90px;
  }
}