easy3wui 4.0.25 → 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.
- package/assets/formPage.css +5 -6
- package/assets/index.css +5 -6
- package/package.json +1 -1
package/assets/formPage.css
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
.ant-upload-list-item {
|
|
2
|
-
width:
|
|
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:
|
|
8
|
-
|
|
9
|
-
|
|
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:
|
|
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:
|
|
1396
|
-
|
|
1397
|
-
|
|
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;
|