easy3wui 4.0.24 → 4.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,11 @@
1
1
  .ant-upload-list-item {
2
- width: -webkit-max-content;
3
- width: -moz-max-content;
4
- width: max-content;
2
+ width: auto;
5
3
  }
6
4
  .ant-upload-list-item .ant-upload-list-item-info {
7
- width: -webkit-max-content;
8
- width: -moz-max-content;
9
- width: max-content;
5
+ width: auto;
6
+ }
7
+ .ant-upload-list-item .ant-upload-list-item-name {
8
+ padding-right: 24px;
10
9
  }
11
10
  .ant-upload-list-item .anticon-cross {
12
11
  right: -2px;
package/assets/index.css CHANGED
@@ -1387,14 +1387,13 @@ s {
1387
1387
  cursor: pointer;
1388
1388
  }
1389
1389
  .ant-upload-list-item {
1390
- width: -webkit-max-content;
1391
- width: -moz-max-content;
1392
- width: max-content;
1390
+ width: auto;
1393
1391
  }
1394
1392
  .ant-upload-list-item .ant-upload-list-item-info {
1395
- width: -webkit-max-content;
1396
- width: -moz-max-content;
1397
- width: max-content;
1393
+ width: auto;
1394
+ }
1395
+ .ant-upload-list-item .ant-upload-list-item-name {
1396
+ padding-right: 24px;
1398
1397
  }
1399
1398
  .ant-upload-list-item .anticon-cross {
1400
1399
  right: -2px;
@@ -278,7 +278,7 @@ var Easy3wUploadM = function (_Component) {
278
278
  var id = nFile.response.data.fileId;
279
279
  var url = '' + urlDownloadFile + id;
280
280
  url = _this2.urlDeal(urlDownloadFile, id);
281
- nFile.id = id;
281
+ nFile.uid = id;
282
282
  nFile.url = url;
283
283
  }
284
284
  return nFile;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "4.0.24",
3
+ "version": "4.0.26",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",