king
2020-09-18 2404d8a1bed5509432652f11aba6a1efa04aa160
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.fileupload-form-container {
  .ant-progress-small.ant-progress-line {
    position: absolute;
    bottom: -20px;
    left: 0px;
  }
  
  .ant-upload-list-picture-card .ant-upload-list-item {
    width: 90px;
    height: 90px;
  }
  .ant-upload.ant-upload-select-picture-card {
    width: 90px;
    height: 90px;
  }
}
.fileupload-form-container.limit-fileupload {
  > .ant-upload {
    display: none;
  }
}